Keep toolbar from opening in worksheet

G

Guest

Everytime I open a particular spreadsheet file, my "Web" toolbar opens as a
floater right in the middle of my workspace. How do I keep this toolbar from
opening when I open this or any other file. I've tried the customize toolbar
options and unchecked the box. Saved the spreadsheet etc, but everytime I
re-open the file it's there again!
Please help.
XP w/ office 2000.
kjohnson$$@$$woolfdistributing.$$net
 
D

Dave Peterson

you could just enter a command from the VBE immediate window:

Hit alt-f11
hit ctrl-g
type this and hit enter:
Application.CommandBars("web").Enabled = False
And close this window and try it out.

Change False to True when you decide you want it back.
 

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