Thread: Findcontrol
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alec Bowman Alec Bowman is offline
external usenet poster
 
Posts: 2
Default Findcontrol

I am using Findcontrol to ensure that I only create one
instance of a particular command bar button. e.g.

Set MyControls = CommandBars.FindControl
(Tag:=NewButtonCaption)

This worked fine when button was msoControlButton style
but doesn't when it's a msoControlPopup style.

Any ideas gratefully received

Alec