A user wanted to always reply to messages sent to one account using another account. He also wanted to remove his address from the recipient list.
VBA: File messages by client code
The problem: a user needs to file messages from clients in a specific folder, which is the clients accounts number. Moving the messages manually is time consuming but using a macro makes it easy.
Update Contact Area Codes
Use a macro to update the area code on Outlook Contacts.
Set a reminder on selected items in the To-Do List
Use a macro to set the reminder time on selected items in the task or to-do list.
Move Outlook Folders using VBA
Use a macro to move folders to a new parent folder instead of selecting the folder and using the Move command to open the Folder picker to select the new parent folder.
Copy data from Outlook email tables to Excel
What I'm looking for is to grab the table data and dump it in the same work book and sheet as new emails come in. Using the macros on this page, when table data is received in an email, the table can be copied to an Excel worksheet. This sample email has two tables (and
Insert or change an Outlook signature using VBA
How to insert or change an Outlook signature using a VBA macro.
Remove Email Signature from Message using VBA
Remove a signature from a message using a VBA macro.
Use VBA to Export Exchange GAL to Excel
A VBA code sample to export Exchange GAL entries to an Excel worksheet.
Automatically block off time before and after meetings
Use a macro to automatically add travel time to new meetings on your Outlook calendar.