Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Anita
 
Posts: n/a
Default Deactivate web toolbar

Is there a way to stop the web tool bar popping up automatically when I use a
hyperlink to travel between spreaadsheets.

Thanks

Anita

  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

One way is to just to disable it until you want it back.

Option Explicit
Sub testme01()
Application.CommandBars("web").Enabled = False
End Sub

If you want it back, just change the False to True.

You could run that little macro, or you could even just enter the 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.

Anita wrote:

Is there a way to stop the web tool bar popping up automatically when I use a
hyperlink to travel between spreaadsheets.

Thanks

Anita


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
"work items toolbar" UncleVinny Excel Discussion (Misc queries) 4 December 21st 04 12:59 AM
"Drawing" Toolbar is inactive Deauxx Excel Discussion (Misc queries) 1 December 8th 04 03:03 PM
eurovalue toolbar won't go away windowed Excel Discussion (Misc queries) 2 December 3rd 04 04:12 PM
Why are some commands in Excel's Drawing Toolbar greyed-out (eg T. Konrad Excel Discussion (Misc queries) 1 December 2nd 04 04:31 PM
How do I stop the Reviewing toolbar from showing up in Excel? RickKel Excel Discussion (Misc queries) 2 November 26th 04 05:37 PM


All times are GMT +1. The time now is 03:18 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"