Add existing commandbutton to ...

  • Thread starter Michael Tissington
  • Start date
M

Michael Tissington

I have added a CommandButton to a CommandBar, so I now have a reference to a
COmmandButton.

How can I had the same CommandButton object to another CommandBar ?

Thanks.
 
D

Dmitry Streblechenko \(MVP\)

You can't. Add a second one, even if all of its properties will be the same.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Top