Looping

G

Guest

Can't you just do a
If cell = "" then
do whatever
-----Original Message-----
I would like to execute my macro until it encounters an
empty cell. How can I check for an empty cell in a macro?
 
Top