I have some code that counts how many rows of interest there are in a spreadsheet and I want it to assign numbers as variable to those rows. e.g. The used range is B12:L19 (8 rows) and I want to assign row 12 as 1, row 13 as 2, row 14 as 3, etc so that later in my code I can reference that...