IsEmpty - what's the opposite?
Try:
If cll.Value = "R" And Not IsEmpty(cll.Offset(0, 2)) Then
RBS
"Theo" wrote in message
...
This works great -
If cll.Value = "R" And IsEmpty(cll.Offset(0, 2)) Then ....
I need the same statement, but "not empty" - been searching, but can't
find
it!
Any help appreciated!
|