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 : doze_w...@hotmail.com
E-mail: zhuangyue...@redoffice.com
===========================================
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qa.openoffice.org
For additional commands, e-mail: dev-h...@qa.openoffice.org