ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   sum cells using command button ADD (https://www.excelbanter.com/excel-programming/334528-sum-cells-using-command-button-add.html)

Dr.H.Subramanian[_2_]

sum cells using command button ADD
 
How to add values in a1,a2 and a3 cells and to show the result in a4 only by
clicking a command button inserted from the tools box. I want the simple
codes step by step.

Bernie Deitrick

sum cells using command button ADD
 
In design mode, double-click on the button, and in the window that appears, put the code

Private Sub CommandButton1_Click() ' This may have number other than 1 appended
Range("A4").Value = Application.Sum(Range("A1:A3"))
End Sub

HTH,
Bernie
MS Excel MVP


"Dr.H.Subramanian" wrote in message
...
How to add values in a1,a2 and a3 cells and to show the result in a4 only by
clicking a command button inserted from the tools box. I want the simple
codes step by step.





All times are GMT +1. The time now is 11:29 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com