Illegal REDIM of fixed array
You used the ReDim statement to resize an existing fixed array. You can only use ReDim to declare a dynamic array, or to resize an existing dynamic array.
Remove the ReDim statement.
You used the ReDim statement to resize an existing fixed array. You can only use ReDim to declare a dynamic array, or to resize an existing dynamic array.
Remove the ReDim statement.