Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / March 2008

Tip: Looking for answers? Try searching our database.

how to stop the Web and Reviewing Toolbars from randomly being     displayed

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Dave K - 13 Mar 2008 03:02 GMT
Hello - It seems that excel is randomly displaying the Web Toolbar and
Reviewing Toolbar---even though I never need to use either one of
them. Does anyone happen to know how I can stop this from happening?

Thanks.
Dave Peterson - 16 Mar 2008 17:14 GMT
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
Application.CommandBars("Reviewing").Enabled = False
And close this window and try it out.

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

> Hello - It seems that excel is randomly displaying the Web Toolbar and
> Reviewing Toolbar---even though I never need to use either one of
> them. Does anyone happen to know how I can stop this from happening?
>
> Thanks.

Signature

Dave Peterson


Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.