deleting a cell based on character length?
if I wanted to delete a cell in my selected row that was shorter than
say 16 characters, how would I create a macro to do that?
I would be checking for LEN(A:A) < 16 then delete?
Thanks for any help!
-Marcus
|