Hello world,

many people seem to seek an OOoBasic equivalent to VBA's "Application.ScreenUpdating = False/True", which is frequently answered with the recommendation of "ThisComponent.LockControllers/UnLockControllers".

Hoewever, I have the opposite problem: I want to *enforce* a screen update at certain points is my OOoBasic macro to make cell changes visible.

(I noticed that screen updates occur rather rarely while a macro is running, regardless of whether ThisComponent.LockControllers is used or not.)

So how can I enforce a screen update?

Jens


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to