Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 33
Default Excel 2003: Customizing Toolbars

hi Emiliano,
hmm, do you mean the Help right of the Worksheet Menu Bar, where you
can type your question?
This will be disabled with
Application.CommandBars.DisableAskAQuestionDropdow n = True

to disable all Commandbars, you can use

For Each cb in Application.CommandBars
cb.Enabled =False
Next

and with the same just True instead of False the visible CommandBars
will be restored.

stefan

On 20 Jan., 20:13, eggpap wrote:
Dear Stefan,

I'm an Italian user. The Help control is only one of the controls I
need to hide. I get the same error with other controls. My first try was
supposing the controls captions was the same I see on the Worksheet Menu
Bar but I got "good" results only using the english caption.

Emiliano

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003: Customizing Toolbars brendotroy Excel Discussion (Misc queries) 2 September 18th 08 01:47 PM
Custom toolbars in Excel 2003 jillc Excel Programming 6 August 24th 07 09:28 AM
Toolbars in Excel 2003 Adam Excel Discussion (Misc queries) 3 November 3rd 05 02:54 PM
Customizing ToolBars MIKE MEDLIN Excel Discussion (Misc queries) 0 January 13th 05 12:11 AM


All times are GMT +1. The time now is 03:20 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"