Latest Blog Posts

Excel VBA to Sort Worksheet (3 Examples)

If you use Excel frequently, you are likely aware of how difficult it can be to handle. After you have more than a couple of worksheets, you need to ...

Excel VBA Offset Within Loop (4 Examples)

In this article, we will talk about the usage of Excel VBA Offset Within Loop. It is a very effective function in its own right. However, when ...

Excel VBA Select Case Like: 7 Examples

Syntax of the Select Case Statement The basic syntax for the Select Case statement in VBA is as follows: Select Case expression Case value1 ...

Excel VBA to Find Cell Address Based on Value (3 Examples)

The sample dataset contains the sales data of a certain showroom. Example 1 - Finding Only First Cell Address Based on Value By default, ...

Using the Excel VBA ActiveCell Offset Property – 13 Examples

How to Launch the VBA Editor in Excel The Developer tab contains the VBA applications. Enable the Developer tab. Note: By default, the Developer ...

VBA InputBox for Integer Value Only in Excel

The InputBox method in Visual Basic for Applications (VBA) is a helpful way to collect user input from within an application. This article will ...

Excel VBA 2 Dimensional Array Initialization

Overview of a 2-Dimensional Array (2D Array) Definition A 2-dimensional array, also known as a 2D array, is an array that has data spread out ...

Export Folder and Subfolder List to Excel (with Quick Steps)

The Power Query tool can be used to export .xlsx and .txt file inside a folder and subfolder list to Excel. Step 1 - Choose a Folder from ...

[Fixed!!] VBA Sort Not Working in Excel

In VBA, sorting data is a common task, but it can be frustrating when the sort function doesn't work as expected. This article will discuss the ...

How to Use an Array of Strings in VBA (4 Examples)

Introduction to VBA Array Arrays are powerful tools for managing data, and they allow you to group related values under a single variable name. Here ...

Excel VBA Select Case True

VBA Select Case True is a very useful statement while working with multiple conditions. This statement is more concise and presents the ...

How to Use UBound on Multidimensional Array with VBA in Excel

Today, we are going to discuss how to use the UBound function on a multidimensional array with VBA. This function is a very commonly used Array ...

Excel VBA Sort Array Alphabetically

Sorting is an essential operation that involves arranging a set of data in ascending or descending order based on their numeric values or leading ...

Create InputBox with Multiple Inputs With VBA UserForm in Excel: 8 Step-by-Step Methods

Method 1 - Insert User Form to Create InputBox with Multiple Inputs in Excel The Visual Basic window will open. We’ll insert an UserForm from the ...

Excel VBA Array of Arrays (3 Examples)

The array of arrays, also known as a Jagged Array, is a two-dimensional array where each element of the first dimension is an array. You can access ...

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo