combine Myvalue with formula
ActiveCell.FormulaR1C1 = "=RC[-9]+" & Myvalue
"Helmut" wrote:
Hi,
ActiveCell.FormulaR1C1 = "=RC[-9]+15.07"
I have this formula. the value 15.07 does change and i tried:
ActiveCell.FormulaR1C1 = "=RC[-9]+Myvalue"
but it doesn't work. How?
|