I have 9 arrays (arr1....arr9) and 9 variables of type string (var1....var9). My question is how can I REDIM the arrays using a FOR-NEXT loop so that the number of elements of each array equals the length of its corresponding variable. I want to put the strings into arrays to speed-up my macro.