Hoimae,
Sure, you can change the i to a different letter (just make sure to change it through the entire iteration of the code.
To change the code to start with Row 16, make this change to the opening of the For Loop line:
The 16 in this case refers to the first row that it queries.
You also need the code to work on a different column. You need the following amendments (I'm assuming you need column C, change it as needed):
Then
In the Cells() function, the first number is the row number, and the second is the column number. So, A = 1, B = 2, C = 3, etc.
Let me know of any questions.
Bookmarks