As Array got elements or not
Not many people know this one, an API that checks if an array as elements or not
Rate As Array got elements or not
(8(8 Vote))
Private Declare Function SafeArrayGetDim Lib "oleaut32.dll" (ByRef saArray() As Any) As Long ----------------------------------
If SafeArrayGetDim(Your array) > 0 Then
Debug.Print "Array as elements"
End If
As Array got elements or not Comments
No comments yet — be the first to post one!
Post a Comment