Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
You must specify the new size of an array as part of a ReDim statement.
Error ID: BC30670
To correct this error
Supply the size of each rank of the array; for example:
ReDim arr(5, 6)