A Practical Introduction to Dynamic Arrays in Excel VBA || Manipulate data faster like a Pro

preview_player
Показать описание
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:

Macro file can be downloaded from Github:

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
Рекомендации по теме
Комментарии
Автор

Hello, Links for the code and macro file are given within the description. See you in the next video!

SkillsandAutomation
Автор

Please post weekly. I love this channel, extremely informative examples

sakhilengwenya
Автор

In the real world, nobody works with ranges anymore. We create tables for our data and use power query and power pivot. And still there are situations where vba is the only way to go. It would be interesting to watch a video using dynamic arrays in this scenario

alterchannel
Автор

Sir i need your help for create a cutting optimization program.

npam
Автор

Sir Make Video On Listbox having more than 10 columns and also explained listbox formatting . Thanks in advance.

ExcelMadeEasy
Автор

Hi, in your first dynamic array example (6:00 - 6:54), wouldn't it be simpler to form your data into a named table? If it was a named table, all you need to do is load the named table into memory. Is that correct? Or am I missing something?

RobertWoodman
Автор

Can you use VBA to take data from drop down box and filter it from a table dataset to populate anothe drop down next to it and so on?

plummetplum
Автор

Sir, do you have a paid course on VBA, I will buy that right away !! Kindly suggest

shashidharmallampalli
Автор

hello, I tried to add the wsOut.Cells.Clear into my code but it says"The Varible is not defined" what might be the poblem?

ThabangTsotetsi-llwb