Thread: Commandbar
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
[email protected] mprosser@sherrittoil.com is offline
external usenet poster
 
Posts: 2
Default Commandbar

On Feb 15, 7:59 am, "Ron de Bruin" wrote:
Hi siicl

If you not want to see this bar then use

.Enabled = False

--

Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm



wrote in ooglegroups.com...
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- Hide quoted text -


- Show quoted text -


Works! Thanks alot!