Wednesday 12 November 2014

Addition of Two cell values and getting the result in Activecell

Sub Add ()

ActiveCell.Value = Range("A1").Value + Range("A2").Value

End Sub

No comments:

Post a Comment