View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.charting
Snoopy
 
Posts: n/a
Default Macro 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