Delen via


'ReDim' statements require a parenthesized list of the new bounds of each dimension of the array

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)
    

See Also

Reference

ReDim Statement (Visual Basic)