Outlook VBA code to remove the +1 country code prefix and reformat phone numbers in Outlook Contacts before syncing to a smartphone.
Use Word Macro to Apply Formatting to Email
How to use a VBA macro recorded in Microsoft Word to apply formatting in an Outlook email message.
Add a reminder to Birthday Events
How to use VBA to set a reminder on Birthday events. This macro runs when Outlook starts and watches for new birthday events to be added to the default calendar.
How to print a list of recurring dates using VBA
A favorite request is the ability to see what dates a recurring appointment or meeting is scheduled for. You can use VBA to create a list of all dates in an recurring appointment or meeting.
Copy Selected Occurrence to an Appointment
Use this Outlook VBA code sample to copy recurring events as single appointments when you want to take notes so you can avoid editing the occurrence.
Create a Letter to a Contact using VBA
How to replicate Outlook's New letter to Contact feature using a custom template (and a macro).
Copy Recurring Appointment Series to Appointments
This Outlook macro removes the need to export and import using Excel or CSV files when you want to end a recurring appointment that has exceptions early (or add an end date.)
Create a deferred Birthday message for an Outlook Contact
Use VBA to create a message to a Contact and defer delivery until the morning of their birthday. Use this technique to insert Outlook fields into a new message.
Print a list of Outlook Categories and their Colors
How to use VBA to create a list of your Outlook categories and their assigned colors. For Microsoft Outlook 2007 and up.
Add a Category to Contacts in a Contact Group
Identifying which DL's a contact belongs is not an easy task. Use this code sample to add a category to contacts who are a member of an Outlook contact group (distribution list) and you can see at a glance what contact groups they belong to.