Thread: Custom Menu Bar
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Custom Menu Bar

Hi Don

Maybe this is also useful for you
http://www.rondebruin.com/menuid.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Bob Phillips" wrote in message ...
If you know the id or caption, you make them non-visible, e.g

Application.commandbars("Formatting").Controls("Bo ld").visible=false


--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Don Lloyd" wrote in message
...
Hi,

I have a small app. with a custom menu bar, which contains its own

controls
for saving, closing etc.
Is it possible to remove/hide the built in control icons on the RH side ?

regards,
Don