I\'m trying to get the length of an array, yet I keep getting this error:
Object required
Am I doing something wrong?
Try CountA:
CountA
Dim myArray(1 to 10) as String Dim arrayCount as String arrayCount = Application.CountA(myArray) Debug.Print arrayCount