Ok, so. I have my range selected through
Range("G1").Select
Selection.End(xlDown).Select
Range(ActiveCell, ActiveCell.Offset(0, 5)).Select
because it has changing number of rows.
I want to have those cells (G:L) autofilled but am having some difficulty finding the proper way to do it. If...