Create VBA Function to Return Array

As the title suggests, we will learn how to create a user-defined function in Excel that returns an array. We have already learned how to create a...

Consolidate/Merge multiple worksheets into one master sheet using VBA

Sometimes we want to merge multiple sheets into one sheet so that we can easily analyse the data and turn it into some useful information. This articl...

How To Loop Through Sheets In Excel Using VBA

While automating the usual boring tasks of excel in VBA, you’ll get the need to loop through each sheets. And that is why you are here, of course. ...

What is the difference Between ByRef and ByVal Arguments? | VBA Interview Question

This is one of most asked questions in VBA interviews. In this article we will learn what’s the difference between ByVal and ByRef arguments in exce...

How to Extract the Missing Values through VBA

In this article, we are going to create user defined function to find out the missing number in a range through VBA in Microsoft Excel. User Defined ...

How to Extract Record with Not Criteria through VBA

In this article, we are going to learn how to extract record with not criteria through VBA in Microsoft Excel. Let’s take an example to understan...

How to Delete Empty Columns through VBA in Microsoft Excel?

In this article, we will learn about how to delete empty columns through VBA in Microsoft Excel. We will delete the columns which are completely empty...

Terms and Conditions of use

The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.