So, you know the For Loop. What's next? Take your VBA programming skills to the next level by learning about Dynamic Arrays. Dynamic Arrays allow you to load Excel datasets into virtual tables so that you can loop and perform complex operations over data, much faster.
In this video, we will look at a beginner's introduction to Dynamic Arrays that will allow you to transition to Intermediate level programming.
#vba #learnvba #excelvba #excel #exceltutorial #exceltips
Code available at:
https://skillsandautomation.com/useful-code/exxel-vba-introduction-to-dynamic-arrays/
Macro file can be downloaded from Github:
https://github.com/skillsandautomation/introduction-to-dynamic-arrays
00:00 Intro
04:39 Basics of Arrays
05:44 Load Up Data into a Dynamic Array
11:04 Manipulate Data within the Array
13:09 Exclude Header Rows
13:58 Resize the Array
16:12 Do a Lookup
19:00 Create a 2nd Dynamic Array