View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John JBM John JBM is offline
external usenet poster
 
Posts: 3
Default CommandBars & Custom

I'm trying to change the FaceID of a custom button on a custom mene. I can
access the buttons on built in commandbars but not the custom menu as shown
below:

This works: ?application.Commandbars("Format").Controls.Item(1 ).Caption

This Doesnt ?application.Commandbars("Custom
Menu").Controls.Item(1).Caption

Any ideas?

--
John