D
David A.
As you see below I am trying to fill cells with "CSR1, CSR2..... How do I
right that without caling each cell?
Sheets("Team List").Select
Range("B2:B16").ClearContents
Range("B2").Value = "CSR1"
Range("B3").Value = "CSR2"
Range("B4").Value = "CSR3"
Range("B5").Value = "CSR4"
Range("B6").Value = "CSR5"
right that without caling each cell?
Sheets("Team List").Select
Range("B2:B16").ClearContents
Range("B2").Value = "CSR1"
Range("B3").Value = "CSR2"
Range("B4").Value = "CSR3"
Range("B5").Value = "CSR4"
Range("B6").Value = "CSR5"