View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
stefan onken stefan onken is offline
external usenet poster
 
Posts: 33
Default Excel 2003: Customizing Toolbars

hi Emiliano,
do you have a Control with the Caption "Help" or do you mean the
"?" (which is the caption for the help in german excel, i`m not sure
if itīs the same in english)
try Application.CommandBars(1).Controls("?").Enabled = False

stefan

'To hide the CommandBar Help - *I get error 5*

Application.CommandBars(1).Controls("Help").Enable d = False

Any other tip?
Emiliano

--