A
AA
I'd like to be able to toggle some settings, for example "Windows in
TaskBar" or "View Text Boundaries".
Currently I have two macros to do this sort of thing, one for off and
one for on, and either two toolbar buttons or two shortcut keys to
activate the pairs of macros.
Is there a way to test for a setting? For example, to show text
boundaries, I use
ActiveWindow.View.ShowTextBoundaries = True
How would I test for whether they are on or off, so I could do the
appropriate If/Then and set up a toggle?
TIA,
Andy
TaskBar" or "View Text Boundaries".
Currently I have two macros to do this sort of thing, one for off and
one for on, and either two toolbar buttons or two shortcut keys to
activate the pairs of macros.
Is there a way to test for a setting? For example, to show text
boundaries, I use
ActiveWindow.View.ShowTextBoundaries = True
How would I test for whether they are on or off, so I could do the
appropriate If/Then and set up a toggle?
TIA,
Andy