loveexcel21
New Member
- Joined
- Oct 1, 2010
- Messages
- 4
I am creating a spreadsheet for inventory use. I want to have a running total in a set of cells based upon new and different numbers being entered into a different set of cells.
B8:G29 AND AA8:AF29 (are the cells that will have new/different numbers entered often throughout the day)
N8:S29 (will be the cells that I want the running total in)
I need N8:S29 to keep the new totals even after my macro clears the numbers from B8:G29 and from AA8:AF29
I have never written any VBS Code but I know that is what is needed so that N8:S29 doesn't revert back to the original numbers.
Can anyone help me with this code?
B8:G29 AND AA8:AF29 (are the cells that will have new/different numbers entered often throughout the day)
N8:S29 (will be the cells that I want the running total in)
I need N8:S29 to keep the new totals even after my macro clears the numbers from B8:G29 and from AA8:AF29
I have never written any VBS Code but I know that is what is needed so that N8:S29 doesn't revert back to the original numbers.
Can anyone help me with this code?