Macros & Excel VBA

How to Create Multi Select ListBox in Excel (With Easy Steps)

  Step 1 - Creating an Excel Table from a Dataset Create a dataset with the information of 10 City Names and their Total Population on a ...

How to Create Multiple Dependent Drop Down Lists with Excel VBA – 3 Methods

What Are Dependent Drop Down Lists in Excel? Using a dependent drop-down list, you can change the value of a drop-down list and it will show the ...

How to Enter Sequential Dates Across Multiple Sheets in Excel

What are Sequential Dates? Sequential dates are a series of dates that follow a specific interval. For instance, if you have dates like January 1, ...

How to Make Multiple Selection from Drop Down List in Excel

We'll use a simple dataset to create a multi-selection drop-down. Method 1 - Making Multiple Selections from an Excel Drop-Down List with ...

7 Effective Methods to Transfer Data from One Sheet to Another in Excel Using Macros

Method 1 - Transfer Data from One Sheet to Another Using Range. Copy Method in Excel VBA Steps: Hold the Alt + F11 keys in Excel, which opens ...

Using Excel VBA to Find a Value in a Column – 6 Examples

The sample dataset contains Product ID, Brand, Model, Unit Price, and Order ID. You want to find an Order ID associated with a Product ID. ...

Use Excel VBA VLOOKUP to Find Values in Another Worksheet

In this article, we will demonstrate how to use the Excel VBA VLOOKUP in another worksheet. Suppose we have the dataset below, stored in the sheet ...

How to Pull Data from Multiple Worksheets in Excel (4 Quick Ways)

We have three worksheets in a workbook. They contain the sales records of some items over January, February and March, respectively. We'll pull data ...

How to Use VBA DIR Function in Excel (7 Practical Examples)

The DIR function in VBA mainly shows you the directory or the files from a given folder. It can also return the first file with this function. This ...

How to Use VBA UCASE Function in Excel (4 Examples)

Excel provides several VBA functions that can be used while writing a macro or to define your own function to perform your desired tasks. In this ...

How to Use InStr Function in VBA (3 Easy Examples)

While working with Excel VBA codes, we come across a few built-in functions that convert a complex task into a small one-line code. InStr is such a ...

How to Use VBA LCase Function in Excel (3 Easy Examples)

When working in VBA, we often need to convert certain strings into lowercase, uppercase, or proper case strings. In this article, we will talk about ...

How to Use VBA SPLIT Function in Excel (10 Ideal Examples)

How to Launch the VBA Editor in Excel If you don’t see the Developer tab, enable the Developer tab. Select the Developer tab and click on ...

How to Use the INT Function in Excel – 8 Examples

The Excel INT Function: Summary A decimal number can be represented as an integer using the INT function, which rounds it down to the lowest ...

How to Create Dynamic Advanced Filter in Excel: 2 Applications

Method 1. Dynamic Advanced Filter with a Keyboard Shortcut Created by Using Excel Macros Steps: In the Code section from the Developer tab, you ...

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo