jarvisaurus
Board Regular
- Joined
- Nov 26, 2010
- Messages
- 52
I am getting a syntax error on the following line:
I had .value before but I need to show the actual formula. The cells(i,"X").Value should be the value of the corresponding row, column.
Any help is greatly appreciated.
Thanks
Code:
cells(i, "AI").Formula = "=(4917.56 * cells(i,"X").value + 424) * 0.93"
I had .value before but I need to show the actual formula. The cells(i,"X").Value should be the value of the corresponding row, column.
Any help is greatly appreciated.
Thanks