Dim CodeThe VBA -code for 1- dimensional arrays is identical. ... Sub TestDynamicArray () 'declare the array Dim intA () As Integer ReDim intA (2) 'populate ...
確定! 回上一頁