Personal Macro Workbook
Friday, December 3, 2021
How to add it to your Quick Access Toolbar (QAT):
Video: Tools — References in VBE: Code:
Video: Code:
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…
In the above video, I show you how to add a RowSource in the View > Properties Window in the Visual Basic Editor. This rowsource value, similar to…
This article contains a quick way to document stuff. I don't feel like explaining it today. The first CommanButton1_Click executes the ok subprocedure in the Module 1. I…
The program below shows you how to add values to a listbox in a userform with Excel VBA. Code: Userform lesson: You can watch my advanced mouse control…
The below workbook and code shows you the color index for Excel fonts and cell colors. It also shows you how to do an IF statement based on…
The code and workbook below counts the number of folders in a folder. It then renames the folders in that folder incrementally based on the values in cells…
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…