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

From the person I was trying to help:

Okay, its 4:30 am when things should make no sense. Now it works. I dont
understand why it wouldnt work last night. But it works this morning.

Thanks for the help!


"Dave Peterson" wrote:

Do you mean that the command you entered in the immediate window (or the sub)
didn't run?

Or do you mean that the command ran ok, but didn't do what you wanted?

For me (xl2003), the command ran nicely--no errors popped up.

And when I went to excel, then tools|Customize|toolbars tab, Web didn't even
appear in the list that was displayed.

TerryTutor wrote:

Didn't work...

The Ctrl-G puts you in the immediate window. This didn€„˘t work, even if I
restarted Excel. So I put it in the code window. That didn€„˘t€„˘ work because
there wasn€„˘t a named macro. So I gave the macro (code) a name, did an End
Sub at the end. It didn€„˘t work, even when I restarted Excel.

"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


--

Dave Peterson