Macros & Excel VBA

How to Apply VBA Code to Delete Rows Based on Multiple Cell Value (3 VBA Codes)

In this article, I’ll show you the VBA code to delete rows in Excel based on multiple cell values. You’ll learn to delete rows when multiple cells ...

How to Create and Use ColorFunction in Excel (With Easy Steps)

In Excel, there is no function to make calculations based on the color of the cells. But by using Microsoft Visual Basic for Applications (VBA) it is ...

Insert Rows in Excel Based on Cell Value with VBA (2 Methods)

In this article, I’ll show you how you can insert rows in Excel based on cell value with VBA. You’ll learn to insert rows after each row, as well as ...

How to Delete Row If Cell Contains Specific Values in Excel?

While working with data in Excel, the deletion of an Excel row is quite a common phenomenon. However, there are a good number of methods that we can ...

How to Convert Text to Number in Excel with VBA

In Microsoft Excel, working with numbers is most common. Sometimes, we have to process a dataset with large amounts of numbers. But, you may find ...

How to Delete Rows in a Range with VBA in Excel?

In this article, I’ll show you how you can delete rows in a range with VBA in Excel. You’ll learn to use VBA to delete every nth row, rows with a ...

VBA Macro to Insert Row in Excel Based on Criteria (4 Methods)

Sometimes we need to modify our large dataset in Excel by inserting rows based on certain conditions. Implementing VBA macro is the most effective, ...

How to Remove Spaces in Excel: With Formula, VBA & Power Query

In Microsoft Excel, there are several effective methods available to remove all sorts of unwanted spaces. You’ll get to know all possible and ...

How to Use VBA to Remove Numbers from String in Excel

While working with a large dataset, sometimes you may need to remove certain numbers from the data. To do this manually is really time-consuming and ...

How to Delete Infinite Rows in Excel?

There’s something common and irritating about spreadsheets with unnecessary rows or blank rows. But no worries, there are several ways in Excel to ...

How to Add Space between Rows in Excel

To add space between rows, we need to insert blank cells between them. We can do it manually by right-clicking, pressing the keyboard shortcut, or ...

How to Remove Last Character from String Using VBA in Excel?

In Excel, removing the last character from a string using VBA is quite a simple task to do if you follow the correct steps. In this article, we will ...

How to Remove Characters from String Using VBA in Excel?

Sometimes we need to remove certain characters from strings of a large dataset in Excel. Implementing VBA Macro is the most effective, quickest, and ...

How to Delete Row If Cell Contains Value Using Macro in Excel (2 Examples)

In this article, we will show you how to delete a row if a cell contains a value in Excel utilizing VBA macro. Sometimes we need to remove certain ...

How to Count Rows with VBA in Excel (5 Approaches)

Today I’ll show you how can count rows with VBA in Excel from any data set. I’ll show you how can count rows from a specific range, from a selected ...

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo