View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Keep a running total while using a clearable form

Hi

Have a look he
http://www.mcgimpsey.com/excel/accumulator.html

It is well worth reading the intro, as it mentions the lack of traceability
should you enter an incorrect number.

Hope this helps.
Andy.

"1vagrowr" wrote in message
...
I have a form that I am able to clear with a macro reset button. How can I
keep a record of the values within the form and add them to the previous
values that were in that same form before I press the reset button? I
want
to keep a running total log is what I guess I'm trying to say.