View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DukeDevil DukeDevil is offline
external usenet poster
 
Posts: 8
Default Automatically Removing Rows where Cells A:R are Blank

Hello,

I have a whole bunch of data that I keep mooving between sheets.
Sometimes I forget to delete the row once I have moved it. Is there any
sort of VBA code that I can write that recognizes when cells A to R are
BLANK and then automatically deletes the row? Please let me know.

Thank you.