Re: Outlook Toolbar Button
Quote:
Originally posted by pfeeney567
I've been trying to add a simple button on the outlook toolbar in the main window and the that simply runs an .exe. I've tried the right click on the toolbar and add a button, but the button never returns after I close outlook and open it back up. I've never done an Add-In and I have no idea how to do an Add-In so if I'm missing a setting in Outlook the gets rid of custom buttons please let me know. Any and all idea welcome!!
:confused: :confused:
You can create a Macro. Go to Tools and Macro. Create a Macro. Add some VB code ( whatever you want to do ) to it. then save it. Then right click on outlook toolbar go to customize. Go to Categories and Macros. Select your Macro and Drag n Drop it on Outlook toolbar. Simple.