P
Paul
I am trying to create a current macro to stop the web toolbar from popping up
whenever I click on links in outline mode in World 2000. I can paste in the
following into the Visual basic editor, but then I'm stuck
Public Sub BanishWebToolbar()
CommandBars("Web").Enabled = False
'Change 'False' to 'True' to re-enable the Toolbar
End Sub
What do I do with this? None of the sites I looked at told me. Do I save
it as a word doc? Where? I've done macros before by clicking, but never by
copying/pasting.
Thanks in advance.
whenever I click on links in outline mode in World 2000. I can paste in the
following into the Visual basic editor, but then I'm stuck
Public Sub BanishWebToolbar()
CommandBars("Web").Enabled = False
'Change 'False' to 'True' to re-enable the Toolbar
End Sub
What do I do with this? None of the sites I looked at told me. Do I save
it as a word doc? Where? I've done macros before by clicking, but never by
copying/pasting.
Thanks in advance.