Good afternoon,
How do I make B1 in the following code be a variable so that when it fills down, it will change to B2, B3, B4 etc?
Range("G1").Value = Application.Rept(" ", NumSpaces) & [B1].Value
Worksheets("Data").Range("G1:G" & LastRow).FillDown
Thank you,
Liz
How do I make B1 in the following code be a variable so that when it fills down, it will change to B2, B3, B4 etc?
Range("G1").Value = Application.Rept(" ", NumSpaces) & [B1].Value
Worksheets("Data").Range("G1:G" & LastRow).FillDown
Thank you,
Liz