Hello All,
I need help to autofill the formula from last column down to the last row. Please help me to fix the below:
Regards,![]()
Dim LCc As Long, LRr As Long Set LCc = Sheets("GEN2_CSP").Range("A1").End(xlToRight).Offset(0, 1) LCc.Formula = "=IFERROR(1/(1/SUMIF(BA:BA,B1,BD:BD)),"""")" Dim LRr As Long LRr = Range("A" & Rows.Count).End(xlUp).Row With LCc .AutoFill Destination:=Range("LCc" & LRr).Resize(, 1), Type:=xlFillSeries <=== got error here End With
tt3











LinkBack URL
About LinkBacks
Register To Reply

Bookmarks