PC Review


Reply
Thread Tools Rate Thread

Automatic Toolbar

 
 
Michelle
Guest
Posts: n/a
 
      20th Jan 2008
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

 
Reply With Quote
 
 
 
 
Bill Manville
Guest
Posts: n/a
 
      20th Jan 2008
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

 
Reply With Quote
 
Michelle
Guest
Posts: n/a
 
      21st Jan 2008
thanks Bill, I think that's fixed it!

M


"Bill Manville" <Bill-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>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
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatic Toolbar Michelle Microsoft Excel Discussion 3 29th Jan 2008 01:45 PM
Automatic Toolbar Michelle Microsoft Excel Misc 2 21st Jan 2008 08:13 AM
Automatic Toolbar Michelle Microsoft Excel Setup 2 21st Jan 2008 08:13 AM
Automatic Toolbar Kevin Microsoft Excel Misc 1 15th Nov 2003 01:37 AM
No toolbar and automatic Refresh Avonte Microsoft Frontpage 4 30th Sep 2003 02:30 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:17 PM.