How to run macros triggers by reminders, update rules using macros, and more.
Save and Rename Outlook Email Attachments
Use a macro to save attachments on Outlook email messages to a folder on your hard drive and add the files last modified date to the filename.
Macro to Export Outlook Fields to Excel
Use a macro to write Outlook values to an Excel spreadsheet.
Macro to Move or Copy an Outlook message to another folder
A user had this question: I want to do the following: Copy a message from one public folder to another public folder Mark the original message as read Mark the original Complete Add a Category to it A Quick Step will categorize the e-mail first (it has a higher priority) and both the actual e-mail
Import meetings from a CSV or XLSX file
Use a macro to import data from a CSV or Excel xlsx file to create meeting requests or appointments.
Use VBA to move messages with attachments
Use a run a script rule or an ItemAdd macro to look for messages with attachments. When the attachment is a specific file type, do something with the message.
How to use Windows File Paths in a Macro
How to choose the file path when you save an Outlook attachment or a message using a VBA macro.
Save Selected Email Message as .msg File
A VBA code sample to save one or more selected messages to your My Documents folder as .msg files, using the received date and time as the filename.
Selectively change message format when replying
How to change the message format on selected messages when replying. You can also use a Run a Script rule to change the message format as messages arrive.
Copy attachment names when replying
Use a macro to copy attachment names from the original message to the reply or reply all in HTML or plain text messages.