ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Commandbar (https://www.excelbanter.com/excel-programming/383292-commandbar.html)

[email protected]

Commandbar
 
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


WhytheQ

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




Ron de Bruin

Commandbar
 
Hi siicl

If you not want to see this bar then use

..Enabled = False


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


wrote in message oups.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


[email protected]

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!


JLGWhiz

Commandbar
 
ViewToolbarsUncheck Web

" 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




All times are GMT +1. The time now is 10:43 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com