Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"work items toolbar" | Excel Discussion (Misc queries) | |||
"Drawing" Toolbar is inactive | Excel Discussion (Misc queries) | |||
eurovalue toolbar won't go away | Excel Discussion (Misc queries) | |||
Why are some commands in Excel's Drawing Toolbar greyed-out (eg T. | Excel Discussion (Misc queries) | |||
How do I stop the Reviewing toolbar from showing up in Excel? | Excel Discussion (Misc queries) |