![]() |
combine Myvalue with formula
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? |
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? |
All times are GMT +1. The time now is 05:25 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com