E
ExcelMonkey
Can't seem to get this to work. Run-time Error 438 - Object does not support
property or method. Why is this? RowNumberArray has numbers in it.
NumOccurences = Application.WorkshseetFunction.CountIf(RowNumberArray,
RowNumberArray(X))
?RowNumberArray(X)
7
?UBOUND(RowNumberArray)
5793
?LBOUND(RowNumberArray)
0
Thanks
EM
property or method. Why is this? RowNumberArray has numbers in it.
NumOccurences = Application.WorkshseetFunction.CountIf(RowNumberArray,
RowNumberArray(X))
?RowNumberArray(X)
7
?UBOUND(RowNumberArray)
5793
?LBOUND(RowNumberArray)
0
Thanks
EM