I tried to replace this:
for this:
In this case n=20, but I want it to be a variable. The way I did it went wrong. Which is the correct syntax?
Code:
Range("I3:I20")
Code:
Range("Cells(3, 9):Cells(n, 9)")