how and where to save a macro

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top