Once the error occurs, go to Debug and determine what the values for the array
indexes are.
Compare these values to the values used in your ReDim statement.
I suspect that you'll find that one of the indexes is either null, or exceeds
the redim values.
that's what the error is saying...