Contorl/Command button

  • Thread starter Thread starter Steve
  • Start date Start date
Yes. Take a look at the Explorer.CommandBars and Inspector.CommandBars
objects, which use the Office CommandBars .
 
Thanks but,
I now have a button on my toolbar, but I cannot seem to
pick up the event for it. Any Ideas? The code is being
called from a COM module.
Cheers
 
If you're working in VBA, then you can set the OnAction property of the
button to one of your VBA code subroutines.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top