Automation iconExcel iconOutlook iconVBA icon

Hands Off That Email Attachment!

About halfway down the Outlook page, there is some VBA code for opening an Excel workbook attached to an email, running a macro on it, then cleaning up and moving the email to another folder.

Continue Reading: Hands Off That Email Attachment! »

Outlook iconVBA icon

Resending Outlook Messages via VBA Code

I just posted some new code on the Outlook page which demonstrates how to automate the "Resend This Message…" functionality which is found on the Actions menu of an opened Sent email.

Continue Reading: Resending Outlook Messages via VBA Code »

Outlook iconVBA icon

VBA Macro to Remove Stationery from Email Message

While browing some other lovely VBA blogs, I came across this site with some really excellent code.

Continue Reading: VBA Macro to Remove Stationery from Email Message »

Outlook iconVBA icon

Outlook VBA Code to Check Mail Size

This code, run on the currently open mail item, will display a message box giving you the size of the email in kilobytes.

Continue Reading: Outlook VBA Code to Check Mail Size »

Random Data Generator