Originally Posted by
JBeaucaire
Well, I'm not sure what you're doing, so I just answered your specific question on how to code an incrementing value with VBA. If I were creating this sheet, I wouldnt' be using VBA for this.
The problem with VBA is that it does things permanently.
You're doing this payment process every two weeks, right? So isn't there a history in your data? Don't you have a sheet for each payroll period?
As I add a new sheet for each payroll period, I would use formulas to bring over the values from the previous sheet and add in the new values on the current sheet. This would insure I could SEE how the values were amassed over time payroll by payroll.
If you use VBA to increment the values on a single sheet, how will you know for sure it's right?