Hi,
For some reason the autofill is not completing all rows of the data ranges.
I am using a work book and the range of rows can change once the report is generated and the rows can vary per sheet.
I am using the code:
lngLastRow= ActiveSheet.UsedRange.Rows.Count
Selection.AutoFill Destination:=Range("C2:C" & lnglastrow)
Any advice is much appreciated
For some reason the autofill is not completing all rows of the data ranges.
I am using a work book and the range of rows can change once the report is generated and the rows can vary per sheet.
I am using the code:
lngLastRow= ActiveSheet.UsedRange.Rows.Count
Selection.AutoFill Destination:=Range("C2:C" & lnglastrow)
Any advice is much appreciated