Loops normally progress from top to bottom through a range of rows in Excel. In my case, I need to loop from bottom up through my rows. This is because I have PAD deleting certain rows and once a row is deleted in Excel, the data moves up. When the data moves up, the row that slides into the deleted row's place gets skipped. I know how to do this in VBA, but any idea how to construct your loop to run from bottom to top in PAD?
