View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.misc
TerryTutor TerryTutor is offline
external usenet poster
 
Posts: 10
Default Clicking hyperlink causes toolbar to show

It is a hyperlink to a file causing the issue if that helps.



"Dave Peterson" wrote:

Do you use the web toolbar at all?

If no, then maybe you could disable it:

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 close this window and try it out.

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

(I didn't test this. Please post back with your results.)

TerryTutor wrote:

Anytime I click on a hyperlink in Excel, it automatically opens my web
toolbar. Is there a way to stop that?


--

Dave Peterson