Thread: Findcontrol
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Doug Glancy Doug Glancy is offline
external usenet poster
 
Posts: 770
Default Findcontrol

Alec,

It works for me, but I'm not sure what you're doing. If you post the
relevant code somebody could probably help.

Doug

"Alec Bowman" wrote in message
...
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