You can do somwthing like this:
Code:Private Sub Command1_Click() Dim arr() As String Dim intNumber As Integer On Error Resume Next intNumber = UBound(arr) If Err.Number = 9 Then MsgBox "Array is not dimensioned." End If End Sub
|
Results 1 to 4 of 4
Thread: dynamic array before redimHybrid View
|
Click Here to Expand Forum to Full Width |