Forum Discussion

moczare's avatar
moczare
Copper Contributor
Oct 29, 2021

VBA Auto fill formula help

Hi guys I need help with a macro I’m creating this is what I have so far   Range(“J2”).Select ActiveCell.FormulaR1C1 = “=IFERROR(RC[-1]/RC[-2],0)” Range(“J2”).Select Range(“J2”).AutoFill Range(“...

Resources