To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56400


User jsk changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|jsk                       |bh
--------------------------------------------------------------------------------
            Ever confirmed|                          |1
--------------------------------------------------------------------------------
                    Status|UNCONFIRMED               |NEW
--------------------------------------------------------------------------------
                Issue type|DEFECT                    |FEATURE
--------------------------------------------------------------------------------
                OS/Version|Windows XP                |All
--------------------------------------------------------------------------------
          Target milestone|---                       |OOo Later
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Dec 29 07:01:16 -0800 
2005 -------
Hi mrtea,

i confirm the issue - partly. The macro is recorded in a way that it tries to
insert a new Shet before Sheet2 which does not exist, resulting in failure. 

Change
args1(1).Name = "Index"
args1(1).Value = 2

to
args1(1).Name = "Index"
args1(1).Value = 1

and it will work as expected.

There is a problem that the macro recorder does not record whether the new table
is to be created infront or behind the currently selected table. However,
neither of this worked in StarOffice 5.2 or any other version. Without the
regression flag i can only make this a RFE with target OOo Later


---------------------------------------------------------------------
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