Macros & Excel VBA

How to Merge Multiple Sheets into One Sheet with VBA in Excel?

In this article, I’ll show you how you can merge data sets from multiple sheets into one sheet with VBA in Excel. Watch Video – Merge ...

How to List Sheet Name in Excel (5 Methods + VBA)

In some cases, you may have dozens of sheets in your workbook. However, if you need the list of sheet names, you can use Excel formulas. In this ...

Excel VBA to Count Rows with Data (4 Examples)

We can count rows with data by using workbook functions or conditional formatting but if we work with a large amount of data then using VBA (Visual ...

VBA to Format Cell in Excel (12 Ways)

In this article, we will show you how to format a cell in numerous ways in Excel with VBA. VBA to Format Cell in Excel: 12 Suitable Examples ...

VBA COUNTIF Function in Excel (6 Examples)

The COUNTIF function in Excel is used to count the number of cells within a range that meet the given condition. In this article, we will show you ...

VBA Date to String Conversion in Excel (6 Methods)

Generally, Microsoft Excel performs any task much faster than we do it manually. In this article, we will see how to convert VBA date to string in ...

How to Use the Substitute Function in Excel VBA (3 Examples)

The Substitute function is one of the most useful and widely used functions that we use while working with VBA in Excel. In this article, I’ll show ...

Now and Format Functions in Excel VBA (4 Examples)

Visual Basic for Applications (VBA) is one of the important parts of Microsoft Excel. VBA allows users to create customized functions and ...

How to Copy and Paste in Excel Using VBA (12 Methods)

Download Practice Workbook You can download the workbooks used to illustrate methods in this article from here. Excel VBA Copy Paste.xlsm ...

How to Use VBA to Remove Duplicates in Excel (6 Examples)

Sometimes you want to remove duplicate values from your worksheet to work only with the unique values. In Excel, you can remove duplicates very ...

Cell Reference in Excel VBA (8 Examples)

We'll use a data set with the Book Name, Book Types, and Price of some books of a bookshop called Martin Bookstore. The data set lies in the range ...

How to Use VBA MONTH Function in Excel (7 Suitable Examples)

The MONTH function falls under the Date or Time category. The MONTH function works both in worksheet and VBA Macros. It takes only one argument. In ...

How to Use the Advanced Filter in VBA (A Step-by-Step Guideline)

Advanced Filter is one of the most important and widely used features that we use while working in Excel, as well as in Visual Basic Applications ...

How to Use EoMonth in Excel VBA (5 Examples)

In Microsoft Excel’s Visual Basic for Applications (VBA), there are a lot of built-in functions that can ease the ways of solving complex problems. ...

How to Use VBA AutoFill in Excel (11 Examples)

Using autofill in Excel with VBA is a great tool to use while working with data that is repetitive or in a sequential pattern. Excel gives us several ...

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo