Posted by Admin on Sep 14, 2013 in Code Snippets | 0 comments
Turning on the Developer Ribbon Tab in Outlook 2010 and 2013
- On the File tab, choose the Options button.
- In the Options dialog box, choose the Customize Ribbon button.
- In the list of main tabs, select the Developer check box.
- Choose the OK button to close the Options dialog box
Read More
Turning on the Developer Ribbon Tab in Outlook 2007
- On the Tools menu, click Options.
- On the Other tab, click Advanced Options, and then select the Show Developer tab in the Ribbon check box.
Read More
Introduction to VBA in Microsoft Outlook
Programming with VBA in Outlook allows for document manipulation that may be awkward or even impossible with standard presentation techniques. This may be accomplished by writing code directly in the Visual Basic Editor (VBE), which includes a window for writing code, debugging code, and code module organization. To find out how to access the VBE by adding the developer toolbar to your excel 2007, 2010 and 2013 versions of Outlook, please follow the appropriate link in the Related Articles section.
Read More