running total

M

MattB

I have a control button that I want to add to one cell the number in another
cell so that I can keep a running total.

I am using Range("j24") = Range("j24") + ???
J24 is where I want the number from k19 to add itself in.

Thanks in advance.
 
Top