So I guess maybe I am unclear as what I am trying to do. The macro is for selecting data for audit. The macro first counts the rows, once the rows are counted, it places this total in AL1. It then looks at a table to determine what the initial sampling will be and places that number in AL2, then it places the expanded number in AL3. Then macro then sums this number and places that total into AL4. So example, universe of 372, initial sample is 30, the expanded is 38, the total is 68. In this example I want to delete the remaining 304 rows of data. The first row is a header. Does this make sense????