S Sue Mosher [MVP-Outlook] Apr 28, 2004 #2 Yes. Take a look at the Explorer.CommandBars and Inspector.CommandBars objects, which use the Office CommandBars .
Yes. Take a look at the Explorer.CommandBars and Inspector.CommandBars objects, which use the Office CommandBars .
G Guest Apr 29, 2004 #3 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
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
S Sue Mosher [MVP-Outlook] Apr 29, 2004 #4 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
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