Forum Discussion
catherine9910
Dec 21, 2020Brass Contributor
IF formula in VBA
I am wanting to know if I can do an IF statement in VBA. I tried to research on how to do it but nothing works. I need a formula that states if F49:J50 says "Cont..." then to input a zero if not then...
robertCordrey
Dec 31, 2020Copper Contributor
If Condition Then
Do this
End If