G
Guest
Hi
I want to add a formula into a sheet
I use this line
wksSheet.Range("c6").Formula = "=SUM(c1:c5)
That inserts the formula but doesn't calculate it.
What's wrong with it
Thank you
I want to add a formula into a sheet
I use this line
wksSheet.Range("c6").Formula = "=SUM(c1:c5)
That inserts the formula but doesn't calculate it.
What's wrong with it
Thank you