View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Snoopy[_2_] Snoopy[_2_] is offline
external usenet poster
 
Posts: 16
Default Macro in Excel deleting specified rows

Hey out there
My problem is like this using VBA for Excel:
I try to create a macro, which deletes specified rows (not unique) in
sheet1, based on an idex in column A. The macro will compare and delete

all rows in sheet1, that matches the indexes in a register placed in
sheet2. Theese indexes in sheet2 are unique.

Thanks
Snoopy