Hello,
I use the filldown feature in vba to enter formulas into my cell range. I'm trying to enter the following formula into my cell range but and getting an error. I don't see what the problem is. I'm hoping one of you can. Thanks in advance for your help.
I use the filldown feature in vba to enter formulas into my cell range. I'm trying to enter the following formula into my cell range but and getting an error. I don't see what the problem is. I'm hoping one of you can. Thanks in advance for your help.
Code:
Range("BS3") = "=IF(AND(BO3 > $BB$20;BO3 < $BB$21); BR3; "")": Range("BS3:BS" & LR).FillDown