J
John A Grandy
inside a procedure , i code
Dim values(1) As Object
.... various other lines of code ...
ReDim values(2) As Object
According to the docs , I should be able to do this ...
However , I receive the compile-time message "ReDim statements can no longer
be used to declare array variables."
Dim values(1) As Object
.... various other lines of code ...
ReDim values(2) As Object
According to the docs , I should be able to do this ...
However , I receive the compile-time message "ReDim statements can no longer
be used to declare array variables."