Redim Array Vba

[Solved] Redim Array Vba | Vb - Code Explorer | yomemimo.com
Question : vba redim

Answered by : innocent-ibis-xtvpp7mhfhwx

' Used at the procedure level to reallocate storage space for dynamic array variables.
' Example
Dim arr() as Long
ReDim ar() 'creates new array "ar" - "ReDim ar()" acts like "Dim ar()"

Source : | Last Update : Thu, 17 Dec 20

Answers related to redim array vba

Code Explorer Popular Question For Vb