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_worm@...
E-mail:
zhuangyuelin@...
===========================================
---------------------------------------------------------------------
To unsubscribe, e-mail:
dev-unsubscribe@...
For additional commands, e-mail:
dev-help@...