VBA Dynamic Summing
With VBA, using a macro button, I would like to add cell A1 and A2 together, on clicking the button, with the result being entered into cell A2.
The A1 cell is variable, and the intention is A2 will get larger each time the macro button is clicked.