Fin Fang Foom
Well-known Member
- Joined
- Mar 20, 2005
- Messages
- 598
Hi everyone,
I recorded a macro. What I did I click inside the cells and hit enter. I stop the macro and it gave me this code. Does anyone knows a faster way of doing this ? I need a range say B2:B3000.
I recorded a macro. What I did I click inside the cells and hit enter. I stop the macro and it gave me this code. Does anyone knows a faster way of doing this ? I need a range say B2:B3000.
Code:
Range("B2").Select
ActiveCell.FormulaR1C1 = "ProdType1"
Range("B3").Select
ActiveCell.FormulaR1C1 = "ProdType2"
Range("B4").Select
ActiveCell.FormulaR1C1 = "ProdType2"
Range("B5").Select
ActiveCell.FormulaR1C1 = "ProdType2"
Range("B6").Select