I have been searching for this one quite a bit, but cannot find exactly what I'm looking for.
I need to figure out how to test for a blank cell, using OFFSET, 1 row below th eactive cell.
Here's what I came up with:
Unfortunately, the code errors out on the first line with "Sub or Function Not Defined".
Any ideas on how to do this one?
Thanks
In the immortal words of Socrates, who said:
"I drank what?
I need to figure out how to test for a blank cell, using OFFSET, 1 row below th eactive cell.
Here's what I came up with:
Code:
If Offset(0, 1) = "" Then
Exit Sub
Else
Unfortunately, the code errors out on the first line with "Sub or Function Not Defined".
Any ideas on how to do this one?
Thanks
In the immortal words of Socrates, who said:
"I drank what?