View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jscorsone jscorsone is offline
external usenet poster
 
Posts: 5
Default Delete Row if value in row changes

I have a workbook with duplicate rows where multiple columns may remain the
same, but column F may change from row to row.

I'm trying to delete all rows that are direct duplicates of the row above it
so I can view just the rows where column F is different (if all other columns
are similar as row above.)

Thanks for any assistance!