Hyperlink


Posted by Andy Aitch on December 10, 2000 12:26 AM

Hello All,

I have asked before but got no response so will try again.

Please can anyone tell me how to stop the web toolbar appearing every time I click on a hyper link?

Thanks in advance.

Andy


Posted by marbel on December 11, 2000 11:47 AM


My 2 second workaround is to remove all the buttons from the web toolbar. It may still show, but it won't have any buttons to distract your user... There must be a vb solution that does exactly what you need, some way of turning off specific toolbars upon your action. Hope you figure it out!
mb



Posted by Tim Francis-Wright on December 11, 2000 3:08 PM


Another easy solution would be to include
Application.CommandBars("Web").Visible = False
in an Auto_Open (or Workbook_Open) macro.
Once invisible, I don't think that it will
show once a hyperlink is clicked.