HI I have the following:
Everytime I run it I get "myRange has contents"
I can assure you that there is no data in the cells. Am I doing this correct?
Code:
Set myRange= Range("A1:D48")
If Not (IsEmpty(myRange)) Then
msgbox "myRange has contents"
else
msgbox "myRange does not have contents
Everytime I run it I get "myRange has contents"
I can assure you that there is no data in the cells. Am I doing this correct?