View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
eggpap[_15_] eggpap[_15_] is offline
external usenet poster
 
Posts: 1
Default Excel 2003: Customizing Toolbars


thanks Stefan.

I have the following code modified according to your tip

'to hide the Standard and Formatting tb correctly performing
Application.CommandBars("Standard").Enabled = False
Application.CommandBars("Standard").Visible = False
Application.CommandBars("Formatting").Enabled = False
Application.CommandBars("Formatting").Visible = False

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

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

Any other tip?
Emiliano


--
eggpap

Excel 2003 on Vista HP System - can use VBA
------------------------------------------------------------------------
eggpap's Profile: http://www.thecodecage.com/forumz/member.php?userid=90
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=13064