Hi, I'm trying to do for loops in VBA and I'm having a lot of trouble getting it so that I can have a series of numbers going down a column. I don't even know where to start other than this:
For i = 105 To 120
[C15].value
Next i
What I want to do is get it so it shows 105, 106, 107 and so and so forth until 120 all the way down the column. Please someone help me out! I'd be so grateful.
For i = 105 To 120
[C15].value
Next i
What I want to do is get it so it shows 105, 106, 107 and so and so forth until 120 all the way down the column. Please someone help me out! I'd be so grateful.