Save attachments and send clean emails

Sunday, September 28th, 2008 49 views

    Do you ever need to forward attachments to someone else (maybe your boss), but don't want the ugliness of "FW: FW: re:" in the subject line? Why let others choose how your emails are going to appear -- here's an amalgam of code I've posted previously (mainly from Processing multiple ...

Highlight And Move Multiple Emails

Friday, May 30th, 2008 356 views

Okay so I said I would be writing some VBA code to export contacts and emails from Outlook to Excel, well, I lied, sort of. That code is still coming, but before I post it, here is a routine that lets you run VBA code on multiple messages at the ...

Open Any Email Attachment From Outlook

Thursday, May 29th, 2008 449 views

I was inspired to write some VBA code that lets you open any attachment in its native application by a recent newsgroup post from Outlook MVP Sue Mosher. The truth is I was bored, and it was easy to code because I simply reused code I had just written for ...

Save Incoming Attachments, Choose Your Folder

Friday, May 23rd, 2008 175 views

Here's a sub and a function for Outlook that let's you save attachments from a selected or open email. It's similar to the File>Save Attachments menu option, which lets you save all of the attachments from a particular email, or the FindControl Method, which can be used to find and ...

Hands Off That Email Attachment!

Monday, April 14th, 2008 298 views

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. Here is some more sample code to make your macro even more intelligent. This code opens ...