Forum Discussion

Michael_Beach's avatar
Michael_Beach
Copper Contributor
Apr 13, 2023

Help with vba formula to autopoulate

ActiveCell.FormulaR1C1 = "=DAYS(TODAY(),RC[-1])" Range("R2").Select Selection.AutoFill Destination:=Range("R2:R" & Range("E" & Rows.Count).End(xlUp).Row) Range(Selection, Selection.End(xlDown)).Se...

Resources