Hello
I put the following formula in cell CE3
how to replica in VBA. as i get Appln. Defined Error
i could not move further because of error
Regards
Samd
I put the following formula in cell CE3
IF(BE3<$A$1,BF3,0)+IF(BJ3<$A$1,BK3,0)+IF(BQ3<$A$1,BR3,0)
how to replica in VBA. as i get Appln. Defined Error
Code:
with Ws
.Range("CE3").Formula = "=if(" & "BE3<(R[-2]C[-82]" & "," & "BF3" & "," & "0" & ")"
End with
Regards
Samd
Last edited: