View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Juan[_3_] Juan[_3_] is offline
external usenet poster
 
Posts: 13
Default CommandBarControl, Exists???

Hi All!

Does anyone knows how to check if a given
commandbarcontrol exists and maybe analyze it with a
boolean var???

I want to check for CommandBars(1).Controls
("Tools").Controls("My Personal Tools")

If it exists use it and add a control inside, if not,
creat it....then add a control...

Any help is greatly appreciated...

Regards
Juan