I have code set up to select rows and can then fill down, but I want column C to fill series and the other columns to copy down.
The Range will always be different and so will the number of rows selected.
Is there a way of doing this?
Private Sub CommandButton1_Click()
Dim lRows As Long...