1.

How to Delete Column and Shift Left Using VBA in Excel (5 Methods)

While working with a large Microsoft Excel, sometimes unnecessary data will appear in front of us, and we need to delete those unnecessary data in Excel. We also can do that by…

2.

How to Delete Unfiltered Rows in Excel Using VBA (4 Ways)

Sometimes, when while working with a dataset we want to filter data and only want the visible cells and delete unfiltered rows in Excel. In this article, we will see how to…

3.

How to Remove Duplicate Rows Based on One Column Using Excel VBA

If you are trying to remove duplicate rows based on one column with the help of VBA Excel for your dataset, then you will find this article helpful. So, let’s start our…

4.

VBA to Copy Worksheet to Another Workbook and Rename: 5 Methods

Method 1 - Embed VBA to Copy One Worksheet to Another Excel Workbook and Rename It Steps: Press Alt + F11 on your keyboard or go to the tab Developer -> Visual…

5.

Macro to Copy and Paste from One Worksheet to Another (15 Methods)

We'll use the following sample dataset to showcase how you can copy and paste values between worksheets. Method 1 - Embed VBA Macro to Copy and Paste a Range of Data from…

6.

How to Delete Duplicate Rows in Excel Using VBA (8 Methods)

Dataset Overview To explain these methods, we will use a dataset that contains information about the department, working hours, and the salary of some employees. In our dataset, we have two sets…

7.

How to Paste From Clipboard to Excel Using VBA

Method 1 - Paste from Clipboard in Single Cell Using VBA Before applying this method, you need to activate Microsoft Forms 2.0 Object Library for the VBA project. ➤ Press ALT+F11 to…

8.

How to Delete Multiple Columns by Number Using VBA in Excel (4 Ways)

In this article, we’ll illustrate how to delete multiple columns by number using VBA code in Excel with 4 different examples. As deleting columns is a common task in the Excel worksheet,…

9.

How to Copy Sheet to End in Excel Using VBA (6 Methods)

We have a workbook with two worksheets, NewYork and Boston. The name of the workbook is "Excel VBA Copy Sheet to End". We have another workbook named "Test-Workbook" with a worksheet named…

10.

How to Filter and Delete Rows with VBA in Excel – 2 Methods

The sample dataset showcases Salesman, Product, and Net Sales of a company. Method 1 - Filtering the Visible Rows and Deleting them with VBA in Excel In the dataset below, product AC…

11.

Excel VBA to Count Duplicates in a Column (A Complete Analysis)

While working with VBA in Excel, we often need to count duplicates in a column in a worksheet. In this article, I’ll show you how you can count duplicates in an Excel…

12.

How to Delete Selected Rows with Excel VBA (Step-by-Step Guide)

This article shows how to delete selected rows in Excel with VBA in the simplest possible way. Surely you can add or delete rows or columns manually even using keyboard shortcuts. But,…

13.

Excel VBA to Copy Formula with Relative Reference (A Detailed Analysis)

While working with VBA in Excel, we often need to copy formula (s) with relative cell reference (s) from one range to another range. In this article, I’ll show you how you…

14.

How to Copy Rows to Another Worksheet Based on Criteria by Excel VBA: 2 Ways

Method 1 - Copy Rows To Another Worksheet Based on Text Criteria ➤ Press ALT+F11 to open the VBA window. In the VBA window, ➤ Click the Insert tab and select Module.…

15.

How to Use VBA to Paste Values Only with No Formatting in Excel

People use VBA to run a macro for various purposes. For instance, we can use VBA to Paste values only with no formatting in Excel. In this article, I will show you…

Advanced Excel Exercises with Solutions PDF