G
Guest
I can't make a toggle button to toggle on/off with one button, the Show Text Boundaries tick box in Tools\Options\View\Print and Web Layout options
Text Boundaries tick box in Tools\Options\View\Print and Web Layout optionsRT&A said:I can't make a toggle button to toggle on/off with one button, the Show
Text Boundaries tick box in Tools\Options\View\Print and Web Layout optionRT&A said:I can't make a toggle button to toggle on/off with one button, the Sho
it doesn't quite work! Comes up with "invalid use of property" on third line where it says "ActiveWindow etc
----- Charles Kenyon wrote: -----
Put the following macro in your template and then use the Customize dialog
box to put a button for the macro on a custom toolbar.
Sub ToggleTBView()
ActiveWindow.View.ShowTextBoundaries = Not _
ActiveWindow.View.ShowTextBoundaries
End Sub
it doesn't quite work! Comes up with "invalid use of property" on third line where it says "ActiveWindow et
box to put a button for the macro on a custom toolbar
ActiveWindow.View.ShowTextBoundaries = Not
ActiveWindow.View.ShowTextBoundarie
End Su