So, whenever I am running this code, it is always going into the else block, even if there isn't any data in the array
If IsEmpty(arr) Then 'want to check if the array is not empty
Exit Sub
Else
statements.....
endif
So, whenever I am running this code, it is always going into the else block, even if there isn't any data in the array
If IsEmpty(arr) Then 'want to check if the array is not empty
Exit Sub
Else
statements.....
endif