View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Marcusdmc Marcusdmc is offline
external usenet poster
 
Posts: 26
Default 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