Thread: Commandbar
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
WhytheQ WhytheQ is offline
external usenet poster
 
Posts: 246
Default Commandbar

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



On Feb 15, 2:35 pm, wrote:
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