View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
THE_RAMONES THE_RAMONES is offline
external usenet poster
 
Posts: 24
Default Delete row if no date exist

I have a macro that combines multiple sheets into one. I want to add to the
macro that once the master file is compiled, delete any row in column "A"
that doesn't have date

Basically

if A1 = 03/28/06 keep row
if A1 = null,text,etc delete row.

Thanks in advanced...

Ramon