Contorl/Command button

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

Using vba is it possible to add a command button to an
outlook toolbar?
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top