ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Links and Linking in Excel (https://www.excelbanter.com/links-linking-excel/)
-   -   Automatic Toolbar (https://www.excelbanter.com/links-linking-excel/173718-automatic-toolbar.html)

Michelle

Automatic Toolbar
 
Hello, I posted this question on Excel.Misc a while ago, but everyone
ignored it, I'm really desperate for a solution... any ideas:

I use hyperlinks to other documents, but I don't want the Web toolbar to
come up everytime I use them.Can I switch that automatic feature off? I
don't want to know how to turn a toolbar off (I've done that a thousand
times)! I want to know how to stop it from coming on automatically each time
I follow a hyperlink.

Any ideas? Please...

M


Bill Manville

Automatic Toolbar
 
A VBA solution which would prevent the Web toolbar from being shown (at
all) would be:
Application.CommandBars("Web").Enabled = False

If you wanted to disable it only when a particular workbook was open
you could put this in its Workbook_Open procedure in ThisWorkbook
and
Application.CommandBars("Web").Enabled = True
in Workbook_BeforeClose

Bill Manville
MVP - Microsoft Excel, Oxford, England
No email replies please - respond to newsgroup


Michelle

Automatic Toolbar
 
thanks Bill, I think that's fixed it!

M


"Bill Manville" wrote in message
...
A VBA solution which would prevent the Web toolbar from being shown (at
all) would be:
Application.CommandBars("Web").Enabled = False

If you wanted to disable it only when a particular workbook was open
you could put this in its Workbook_Open procedure in ThisWorkbook
and
Application.CommandBars("Web").Enabled = True
in Workbook_BeforeClose

Bill Manville
MVP - Microsoft Excel, Oxford, England
No email replies please - respond to newsgroup



[email protected]

Automatic Toolbar
 
ah, such a relief to not have that damn toolbar opening every time I
use a hyperlink.

Thanks Bill (and Michelle for asking the question)

Chris




All times are GMT +1. The time now is 11:28 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com