D
Dave
Hello,
There may be more but when applying logical tests to a cell to check if it
is empty there are 3 common ones that seem to be used...
Range("A1").text
Range("A1").value
Isempty(Range("A1")
When would each be used?
D
There may be more but when applying logical tests to a cell to check if it
is empty there are 3 common ones that seem to be used...
Range("A1").text
Range("A1").value
Isempty(Range("A1")
When would each be used?
D