Q
qiong
Hi all,
What should i do to prevent #REF! in my formula?
I would need to delete certain rows in my database according to som
criteria, but when i do that, this appears.
My formulas:
Range("C1").Select
ActiveCell.FormulaR1C1 = "=0.3*R[2]C"
Range("C2").Select
ActiveCell.FormulaR1C1 = "=0.705*R[1]C"
The error displays only when i delete Row 3. If the other rows ar
deleted, it works fine.
I read about this somewhere, but cant seem to find the thread.
Thanks in advance!
Ken
What should i do to prevent #REF! in my formula?
I would need to delete certain rows in my database according to som
criteria, but when i do that, this appears.
My formulas:
Range("C1").Select
ActiveCell.FormulaR1C1 = "=0.3*R[2]C"
Range("C2").Select
ActiveCell.FormulaR1C1 = "=0.705*R[1]C"
The error displays only when i delete Row 3. If the other rows ar
deleted, it works fine.
I read about this somewhere, but cant seem to find the thread.
Thanks in advance!
Ken