Hi All,
I have an array containing 45 items in a single column, and can't for the life of me see whats wrong with this:
dim avarData()
avarData = dic.keys
k = UBound(avarData, 1)
ReDim Preserve avarData(1 To k, 1 To 6)
I want to add an additional 5 columns into my array and populate them...