Macros & Excel VBA

How to Use VBA for Each Cell in Range in Excel (3 Methods)

In big Databases, you spend most of your time dealing with ranges and cells. Sometimes you have to repeat the same action in large ranges or a large ...

[Fixed!] Subscript Out of Range Error in Excel VBA

In this article, we will show the reasons behind the Subscript Out of Range error in Excel VBA. And, we will also provide you with the solutions to ...

Excel VBA to Highlight Specific Text in a Cell (6 Ways)

In this article, I’ll show you how you can use Visual Basic Application (VBA) to highlight a specific text within a range of texts in Excel. You’ll ...

Excel Macro to Compare Two Columns (4 Easy Ways)

In data analysis, you may need to compare two columns in Excel. Comparing data is important for many organizations such as banks, corporate offices, ...

How to Remove Checkboxes from Excel (6 Ways)

Often, we use checkboxes in Excel to demonstrate our task status and many more. In this article, we discuss how to remove check boxes from Excel. In ...

Excel VBA to Check If Cell Is Empty (5 Easy Methods)

Sometimes we need to check if there are any empty data in our large dataset in Excel. Implementing VBA macro is the most effective, quickest and ...

How to Remove Table from Excel (5 Easy Ways)

Excel Tables offer multiple inbuilt features to organize data. But what if we don’t need to use any table or want to use features of it? In that ...

How to Split a String into an Array in VBA (3 Effective Ways)

In this article, I’ll show you how you can split a string into an array in VBA. Split is one of the most important and widely used functions that we ...

Macro to Compare Two Columns in Excel and Highlight Differences

Sometimes we need to highlight some data in Excel to have a better understanding of our dataset. Implementing VBA macro is the most effective, ...

How to Remove Trailing Spaces in Excel (6 Easy Methods)

While working in Excel, we often encounter hasty inputs of trailing spaces in cells. Whatever the reasons may be, existing trailing spaces pose ...

How to Merge Multiple Excel Files into One Sheet by VBA (3 Criteria)

Implementing VBA macro is the most effective, quickest, and safest method to run any operation in Excel. In this article, we will show you how to ...

How to Find and Replace Using VBA (11 Ways)

If you are looking for some of the easiest ways to find and replace using VBA, then you are in the right place. In this article, you will get to know ...

How to Remove Macros from Excel (5 Suitable Ways)

Removing VBA Macros  is easier if you know the right methods. In this article, I’ll show you how 5 suitable ways to remove Macros from a file in ...

How to Split Sheet into Multiple Sheets Based on Rows in Excel

Sometimes for easy calculation, we need to split an Excel sheet into multiple sheets based on rows. In this article, we are going to learn how to do ...

How to Use the Find Function in VBA (6 Examples)

One of the most important and widely used functions that we use in Visual Basic Application (VBA) is the Find function. In this article, I'll show ...

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo