Save Selected Emails with Excel file containing Sender, Subject, Day of Receipt, msg, & attachments

Friday, November 19, 2021

Youtube video: In Visual Basic Editor, enable the below Tools — References: Code:

Read More

Save Selected Emails with Custom Name VBA Outlook – Avoid Too Long Email Names

Sunday, November 14, 2021

The below code lets you select the name for an email before saving it. Make sure that you have the below enabled in Tools — References in your…

Read More

Save All Outlook Attachments Selected Emails

Wednesday, April 7, 2021

This article shows you how to automatically save all attachments for the selected emails in Outlook with VBA into the designated folder. Code: Here's an alternative version (above…

Read More

Check Subject of New Outlook Email and Run Excel VBA Program Based on Sender

Sunday, December 8, 2019

The code below assigns a variable to either the sender or the subject of every new email that you receive. If the variable equals any of the particular…

Read More

Outlook VBA Startup Event Holiday Reminder

Sunday, November 17, 2019

The below code will automatically check if there's a holiday today. What this code does is runs an Outlook Startup event as soon as Outlook is launched. This…

Read More

Run Excel Subprocedure Module from Outlook Module VBA

Thursday, October 10, 2019

The below code will run an Excel sub from an Outlook sub. By connecting multiple applications in Microsoft Office, you can make more complex programs that automate more…

Read More

Save All Attachments from Outlook into Folder VBA

Thursday, October 10, 2019

The below code counts the number of emails in your Outlook folder Inbox, selects each email one by one, and then saves down all attachments into a folder….

Read More

Connect Outlook to Phone Text Message

Sunday, October 6, 2019

Steps to set-up code. (Please also set-up Rule too as shown in Rule section which shows inbox folder and inbox sub-folder set-ups too. New Code. This version attaches…

Read More

How to Send an Email with VBA in Outlook 2007, 2013, and 2016

Monday, August 21, 2017
VBA Email Outlook

How to Send an Email with VBA in Outlook 2007, 2013, and 2016 The below Youtube video will show you how to send VBA emails in Outlook 2007,…

Read More