To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=98476
                 Issue #|98476
                 Summary|VBA Rows(i) increments column, not row
               Component|api
                 Version|OOo 3.0
                Platform|PC
                     URL|
              OS/Version|Windows NT
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P2
            Subcomponent|code
             Assigned to|jsc
             Reported by|jlczuk





------- Additional comments from [email protected] Mon Jan 26 11:55:57 
+0000 2009 -------
In a VBA macro, the following code results in the column being incremented
instead of the row.  In the sample below, the assignment of sel(2) seems to
treat the object as a pure Range rather than a range of rows, returning the
range starting at the next column rather than the next row.

Dim sel as Object
Dim r as Object

sel = Selection.Rows

r = sel(1)
r = sel(2)

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to