Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » VBA
VBA
Resolved · Low Priority · Version 2003
For upcoming training course dates see: Pricing & availability
RE: VBA
Thank you for your question.To enter an equation into a cell you can use two methods.
Range("A4").Formula = "=SUM(A1:A3)"
OR
Range("A4").FormulaR1C1 = "=SUM(R[-3]C:R[-1]C)"
Regards
Laura GB
Wed 28 Jan 2009: Automatically marked as resolved.
|
|
» Forum post: Adding |



Course updates

