Calendar Export

By Mark Harris

Copy the code below into your Outlook VBA module (Alt+F11). Connect to a macro button on the ribbon if you use it regularly. ‘ ======================================================================= ‘ Routine to export selected calendar to a spreadsheet (Date,…

Email Statistics

By Mark Harris

Copy the code below into your Outlook VBA module (Alt+F11). Connect to a macro button on the ribbon if you use it regularly. ‘================================================================= ‘ Email Statistics ‘================================================================= ‘ Export inbox sender, received time, response…

Calendar Exchange!

By Mark Harris

New cappointments in your exchange server (corporate) calendar are automatically copied to your webmail calendar. This outlook macro looks for new appoints, creates a copy of the appointment in a folder on your PC and…

Web via Email

By Mark Harris

Several firms operate internet blocking software on some networks but do allow email which is scanned in either direction for inappropriate content. This VBA script can be incorporated into a permanently open Microsoft Outlook session…

Outlook Macros

By Mark Harris

There are several macros within this outlook toolbox, all source code is accessable for modification to suit your needs: Email Copy Unclassified Automatic Community of Practice Opener Email Statistics Download URL New Meeting Where Am…