Media Summary: So, you know the For Loop. What's next? Take your Get the example file ☆ Sign up for our free Insiders program and get the example file: A completely new video, never posted before anywhere.
How To Split Strings And Create Dynamic Arrays In Vba - Detailed Analysis & Overview
So, you know the For Loop. What's next? Take your Get the example file ☆ Sign up for our free Insiders program and get the example file: A completely new video, never posted before anywhere. Sub MultiDimArray() Dim myArray(5, 3) As Integer myArray(1, 1) = 25 myArray(2, 1) = 35 myArray(1, 2) = 45 myArray(2, 2) = 55 ...