VBA - Array or Collection -
i'm trying wrap head around jagged arrays, or array of arrays, , having difficulty locating more advanced resources. i've seen lot of buzz collections being far superior arrays, non-rectangular data sets.
my original thought create 4 static arrays , 1 4-dimensional array, couldn't them work dummy data set.
real data set: u.s. air force hierarchy.
flights in squadrons
squadrons in groups
groups in wings
4 sets (wings, groups, squadrons, flights)
if there 3 items in every set (let's [a, b, c]) how end array or collection , function? 1 optimal? how know answer?
(this sounds test question, i'm trying learn. plus, takes vba classes nowadays anyway?)
posted mobile app.
Comments
Post a Comment