Commandbar

  • Thread starter Thread starter mprosser
  • Start date Start date
M

mprosser

When I open an xl file the "web" commandbar always open too. How do I
get get it not to do this?

I tried

"Application.CommandBars("Web").Visible = False"

and it doesn't seem to do anything.

Thx
siicl
 
I use the following without a problem:
If Application.CommandBars("Web").Visible = True Then
Application.CommandBars("Web").Visible = False
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top