Hi, all
In calc, after starting Record Macro, I press CTRL+Click to select more
than one sheet to edit simultaneously. But in the recorded macro, this
operation is omitted and the *operational objectives* becomes "Nr",
which means the current cursor.
Is this on purpose? TIA
rem
----------------------------------------------------------------------
dim args1(0) as new com.sun.star.beans.PropertyValue
args1(0).Name = "Nr"
args1(0).Value = 1
dispatcher.executeDispatch(document, ".uno:JumpToTable", "", 0, args1())
rem
----------------------------------------------------------------------
--
===========================================
Yuelin Zhuang -- Testing 3, RedFlag2000
MSN : [email protected]
E-mail: [email protected]
===========================================
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]