VBA arrays in Excel are tricky. ... Sub CreateDynamicArray() 'Create the array Dim arr() As Long 'Resize the array later in the macro ReDim ...
確定! 回上一頁