https://bugs.documentfoundation.org/show_bug.cgi?id=148068
Xisco FaulĂ <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |[email protected] Ever confirmed|0 |1 --- Comment #3 from Xisco FaulĂ <[email protected]> --- If I Go to Sheet - Insert Sheet - Ok, then the macro is recorded. dim args2(1) as new com.sun.star.beans.PropertyValue args2(0).Name = "Name" args2(0).Value = "Sheet10" args2(1).Name = "Index" args2(1).Value = 1 dispatcher.executeDispatch(document, ".uno:Insert", "", 0, args2()) However, if I change the number of sheets to something different than 1, nothing is recorded -- You are receiving this mail because: You are the assignee for the bug.
