Thread: Custom Menu Bar
View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Don Lloyd Don Lloyd is offline
external usenet poster
 
Posts: 119
Default Custom Menu Bar

Bob and Ron,

Thank you both for your rapid responses.
Thanks to your your kind assistance I think I can continue from here.

Regards,
Don

"Ron de Bruin" wrote in message
...
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