Hello there!
I have an object and within it I wanna check if some properties is set to false, like:
If (not objresult.EOF) Then 'Some code End if
but somehow, sometimes objresult.EOF is Empty, and how can I check it? IsEmpty function is for excel cells only objresult.EOF Is Nothing - return Empty objresult.EOF <> null - return Empty as well!