VBA HELP: For Each Next or Loop addition to my code: I have a variable, named C, that's referencing a cell value. After running the code, I want that reference to move down 1 row, select that new cell value, place it into my C variable and run macro again. Repeat until all values in range have been completed.
Solved by T. S. in 26 mins