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 :)
|