Add Button to Ribbon

S

Steve Haack

Is it possible to add a button to the Outllook Ribbon that when clicked will
run an external .exe, rather than to VBA code or macros?

Steve
 
K

Ken Slovak - [MVP - Outlook]

That was obvious, since those are the only versions with a ribbon.

Of course the code must be in a COM addin, since Outlook doesn't support
ribbon handling in VBA or macro code. You can simply call Shell.Execute or
any other method of executing an application from a callback for a ribbon
button. You can also automate applications such as Word, Excel, etc.
 

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

Top