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 ...

How to Redim 2D Array with VBA in Excel (3 Examples)

Here's the overview of performing ReDim 2D array in Excel VBA. Here, we decrease the array size.   How to Open the VBA Macro ...

Excel Formula to Calculate Number of Days Between Two Dates

In this article we will demonstrate several methods to calculate the number of days between two dates using a simple formula. Download ...

Excel VBA Select Row Based on Cell Value (3 Ways)

In this article, we'll discuss various methods to select rows based on cell value using VBA, along with recommended practices and potential problems. ...

Excel VBA to Declare Multidimensional Array of Unknown Size

In Excel VBA, multidimensional arrays are a powerful tool for handling complex data structures. They allow you to store and manipulate data in a way ...

Excel VBA Multidimensional Arrays 

If you’re thinking about storing multiple data against a common entry, a multidimensional array can serve the need. Multidimensional Arrays are ...

Excel VBA Multidimensional Array for Assigning Values (6 Ways)

How to Launch the VBA Editor in Excel Go to the Developer tab and select Visual Basic under Code. Alternative command: Pressing Alt + F11 ...

Excel VBA Sort Range with Multiple Keys

  On day-to-day tasks, you may have to use the Excel VBA to sort range with multiple keys. You can do it quite easily with the help of ...

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo