View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
david mcritchie david mcritchie is offline
external usenet poster
 
Posts: 691
Default Loops to delete rows

If you do not delete from the bottom upward you are going to
have problems. See previous reply, there are examples there.
..

"Mike Etzkorn" wrote in message ...
Ok, I did a little more research and I think I almost have it - here is the problem. The script I have deletes all the rows with

a lower quantity in column "C" with duplicate information in columns "A" and "D". All that works but then the programn doesn't exit
when it is done, instead I get an error, so somewhere it isn't leaving the loop, I think. I could really use some help on this one,
it's almost there. Here is all the code, its kind of long.