Filter Criteria VBA one by one

Tuesday, July 23, 2019

The below code will copy column B to column P, remove duplicate dates, and then loop through each unique date in column P in column B. Get data…

Read More

VBA Loop Through All Items in Filter

Monday, October 8, 2018

Filtering in Microsoft Excel 2007, 2013, and 2016 is annoying and time consuming. Nobody wants to hear you clicking 10,000 times a day to select the data that…

Read More

Formulas

Saturday, July 21, 2018

Formulas are the most important function of Excel. Formulas enable users to add, subtract, multiply, divide, and interact with data on endless levels. The most important part of…

Read More

Data Types

Saturday, July 21, 2018

Data types in Excel Visual Basic for Applications differentiate numbers from letters. Data types also differentiate simple integer numbers from decimal numbers. Knowing the different data types will…

Read More

Macro Recorder

Friday, July 20, 2018

The below video will teach you how to use the macro recorder in Excel. Uses of Macro Recorder: 1. The macro recorder will translate what you do manually…

Read More

Add Module from Module

Tuesday, September 5, 2017

Adding modules from modules is useful in VBA for two reasons. 1. The more you know, the more flexibility you have when working on large projects. 2. You…

Read More

VBA Filter Lesson

Sunday, August 27, 2017

Filtering is an important concept in Excel. It enables you to grab specific data quickly. Learning the nuances of filtering in VBA will help you to process data…

Read More

Procedure Too Large Error Message Fix

Wednesday, August 23, 2017
Procedure Too Large

Procedure Too Large Error Message Fix How to Fix Compile Error: Procedure Too Large The error message "Compile error: Procedure too large" appears in Excel 2007, 2010, and…

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

Userforms

Monday, August 21, 2017
Userforms VBA

Userforms Stock Application 5 (1) The above Youtube video will show you how to use VBA Userforms. Userforms are objects in Microsoft Excel 2007, Excel 2010, and Excel…

Read More