View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
zuEgg zuEgg is offline
external usenet poster
 
Posts: 3
Default VBA problem with CommandBars


Tom Ogilvy ha scritto:

if the CommandBarControl is empty.........

would be

if cbPop.controls.count = 0 then


Thank you very much. my problem is solved! I wasn't able to find the
count property because the vba editor don't put it in the property list
that appears pressing ctrl+space.

Thanks again :)