I currently have this code which is giving me an headache. I can't remember how to resize the array in VBA dynamically. Would appreciate any help in this regard please.
ReDim Preserve Directories(0 To UBound(Directories(n)))
It's part of a series of loops and the n increments sequentially to...