AgentMeow99
New Member
- Joined
- Oct 15, 2015
- Messages
- 19
I wish I was good at code, but sadly I am not. I am sure this one is SUPER EASY for you guys... I want to enter 1 into cell A15, 2 in cell A16, select a15 & a16 then autofill the subsequent numbers 1...whatever through to the last line that has data in column b. This is the last few lines where that code is. Can someone help me fix it, please???
Range("A15").Select
ActiveCell.FormulaR1C1 = "1"
Range("A16").Select
ActiveCell.FormulaR1C1 = "2"
Range("A15:A16").Select
Selection.AutoFill Destination:=Range("A15:A34")
Range("A15:A34").Select
THANK YOU!!!
Range("A15").Select
ActiveCell.FormulaR1C1 = "1"
Range("A16").Select
ActiveCell.FormulaR1C1 = "2"
Range("A15:A16").Select
Selection.AutoFill Destination:=Range("A15:A34")
Range("A15:A34").Select
THANK YOU!!!