A1 Style References : Cell Reference « Excel « VBA / Excel / Access / Word
- VBA / Excel / Access / Word
- Excel
- Cell Reference
A1 Style References
Sub m()
Range("D5").Value = "=SUM(D1:D4)"
Range("D5").Formula = "=SUM(D1:D4)"
End Sub
Related examples in the same category