Bass71
MIS
- Jun 21, 2001
- 79
Hi,
I'm trying to write code that will calculate the average of a range and evaluate output in If - Then statement.
Range("P97").Select
If Range(R[-5]C[-4]:R[4]C[-4]).FormulaR1C1.AVERAGE > .65 then...
I realize after the R1C1 the logic disintegrates, but the attempt is evident.
Thanks for your help...........RO
I'm trying to write code that will calculate the average of a range and evaluate output in If - Then statement.
Range("P97").Select
If Range(R[-5]C[-4]:R[4]C[-4]).FormulaR1C1.AVERAGE > .65 then...
I realize after the R1C1 the logic disintegrates, but the attempt is evident.
Thanks for your help...........RO