I have a sheet to calculate points scoring for an incentive I'm running for my staff. (sample sheet has been attached)
I have coded a macro to copy certain cells when it comes to the end of a week so that we can start with fresh figures, but also keep a running total.
If you look at the sample sheet, column X contains the score for the current week, column Y is the previous weeks score and column Z is the running total.
When I run the macro the sum of X & Y is pasted into Z and columns D to U (which contain the point calculations) are cleared which obviously means the value in X is now blank.
This is also reducing the value in Z because the sum X+Y is auto updating.
How can I stop this from happening?
The code I'm currently using is below
Thanks for any help given.![]()
Please Login or Register to view this content.
Bookmarks