View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
drbobsled drbobsled is offline
external usenet poster
 
Posts: 5
Default Delete Rows from multiple Sheets.

Howdy:

I have 100,000+ lines of data in two sheets (Sheet1 and Sheet2)
I want to delete all Rows that have a value in Column A that matches a list
of Values in Column A of Sheet 3.
The macro could be run on each sheet individually or every sheet at once ,
except "Sheet3".

TIA

DrBobsled