Skip to main content

Posts

Showing posts with the label Outlook

Outlook Missing Attachment Reminder - All versions (2003, 2007, 2010, 2013)

This Outlook macro will remind you to attach a file if it finds the word "attach" or "PFA" in your email and no actual file is attached. Adding a macro to Outlook is easy. Just copy everything below starting with "Private Sub" through "End Sub."  In Outlook, select the "Tools | Macro | Visual Basic Editor" menu option.  In Outlook 2010, Select File | Options | Customize Ribbon | Under Customize the Ribbon | Check the "Developer" option to enable it and click "OK" to close the dialogue box. Then Click on the Developer in the Ribbon Menu and click on Macro. You may need to expand the project by clicking the plus signs under  Project1  until you see  ThisOutlookSession , and double-click it. Click into the big white empty page and hit Paste. Please find the screenshot attached of what the editor should look like below the code. Click Save and you'll be all set. If you've previously disabled mac...