Hello All,
Can somebody explain to me how to loop through these controls in the macro below???
Thanks
Kelly
Dim Drng As Range, lrRng As Range
With Sheet1
Set Drng = .Range("B7")
Set lrRng = .Cells(.Rows.Count, Drng.Column).End(xlUp).Offset(1, 0)
lrRng.Value =...