1.

VBA to AutoFilter with Multiple Criteria on Same Field in Excel: 4 Methods

Method 1 - Embed VBA to AutoFilter with Multiple Numeric Criteria on the Same Column Steps: Press Alt + F11 on your keyboard or go to the tab Developer -> Visual Basic…

2.

Excel VBA to Check If AutoFilter is On (4 Easy Ways)

Sometimes due to technical issues AutoFilter gets hidden, or even though there is no filter applied, Excel shows that there is. In both cases, it can be difficult to determine whether AutoFilter…

3.

Import Data from Excel into Word Automatically Using VBA (2 Ways)

Once you've read these methods, you will learn how to import data from an Excel file into a Word file automatically after running VBA code and by simply clicking a button. The…

4.

Using VBA to Get Unique Values from a Column into an Array in Excel – 3 Examples

This is the sample dataset.   Example 1 - Using VBA to Extract Unique Values into a Separate Column as an Array Steps: Press Alt + F11 or go to Developer ->…

5.

Table Column Reference by Header in Excel VBA – 6 Methods

This is the sample dataset: Method 1 - Reference a Table Column by Header in Excel VBA Steps: Press Alt + F11 or go to the Developer tab-> Visual Basic to open Visual…

6.

VBA to Loop through Rows of Table in Excel (11 Methods)

  Consider the following dataset, which we'll use to showcase looping through rows in a table. Method 1 - Embed VBA to Loop through Each Cell in Every Row of a Table…

7.

7 Solutions for Greyed Out Edit Links or Change Source Option in Excel

Solution 1 - Workbooks Must Contain External Links to Enable Greyed Out Edit Links The Edit Link function is used to control links between different workbooks, such as external links. So, if…

8.

How to Find and Replace Values in Multiple Excel Files (3 Methods)

Method 1 - Multiple Sheets  In the following image, you can see that we have an Excel sheet named One. In the same workbook, we have another sheet named Two. We will…

9.

How to Populate a Mail Merge Document from Excel with a VBA Macro

Scenario In the following image we have an email format in the Home sheet of our Excel workbook. There is another sheet named Info in our workbook that holds the contact details of…

10.

How to Hide Formula in Excel Using VBA: 4 Methods

Method 1 - Embed VBA to Hide the Formula of a Range in Excel Steps to Protect a Sheet: Go to the tab Review. Click Protect Sheet from the Protect group in…

11.

VBA INDEX MATCH Based on Multiple Criteria in Excel (3 Methods)

This is the sample dataset for illustration. We will extract a certain result residing in one column based on conditions from the other two columns. Method 1 - Embed VBA with INDEX…

12.

Using VBA to Select a Value from a Drop Down List in Excel – 2 Methods

Creating a Dropdown List from a Generic List in Excel In the dataset below, there are repeated values (Apple in B7 and B9) . Create a dropdown list with Grapes, Orange, Apple,…

13.

Excel VBA Pivot Table to Filter Between Two Dates

Suppose we have a huge dataset but we just want the data between two specific dates. Filtering a Pivot Table with VBA is an effective, quick, and safe method to accomplish this.…

14.

Using VBA to Remove Time from a Date in Excel – 3 Methods

  The above image is the sample dataset. Method 1 - Embed VBA to Delete Time from Dates in a Column in Excel Remove time in Column D. Steps: Press Alt +…

15.

How to Create a Data Validation Drop-Down List with VBA in Excel (7 Methods)

Method 1 – Embedding VBA to Create a Data Validation Drop-Down List  Steps: Press Alt + F11 or go to the tab Developer -> Visual Basic to open Visual Basic Editor. In…

Advanced Excel Exercises with Solutions PDF