Use a macro to record a start and stop time for an appointment to be used as a diary or journal.
Update Contacts with a New Company Name and Email Address
It can be a real hassle to update contacts when a company changes their name and domain. While it's actually really easy to change the company name by using group by company view and dragging contacts to a new group, you can't change the email address field using this method.
Change Item Count on All Folders in a Data File
Use a macro to change the Outlook option to show either the number of unread messages or the total number of messages in a folder.
Save Messages and Attachments to a New Folder
This Outlook macro saves the selected message and any attachments to a folder in your Documents folder.
Change the All Day Event Default Free/Busy to "Busy"
How to use a macro or a custom form to set a new all day event to Busy by default.
Add Attachment Names to Message Before Sending
An Outlook user saw my macro that adds attachments names in the reply and asked about a macro that will add the attachment names to the message body before sending a message.
Empty Multiple Deleted Items Folders using a Macro
The scenario: You have several email accounts, each with their own data file and you want to empty the deleted items in every data file with one click. The solution: a macro.
Use a Macro to Attach Files to New Messages
Use an Outlook macro to attach the newest file in a folder to a new message.
Use VBA to Create a List of Exchange GAL Members
Use an Outlook macro to create a list of users in the Exchange Global Address List or a list of member of a distribution group in the GAL.
Scheduling Drafts in Outlook
How to send draft messages at a scheduled time using a macro in Outlook.