I am trying to add one spin button that will be able to be used to increase/decrease any active cell in a data worksheet. The data worksheet has rows which are half hour timeslots and the columns are the type of work that is being completed. For example, from 8:30-9:00 (row 2) we need to keep track of the number of clients seen (Column B), number of payments received (column C), etc. What I need is for the staff to be able to click on cell B2 for instance and then use the spin button to increase the number in that cell by one each time they see a client in the applicable half hour timeslot. Then be able to click on cell C2 and using the same spin button, increase that cell by 1. This needs to be able to happen throughout the entire worksheet. I am wondering if anyone would be able to help me out with the correct VBA coding for this worksheet.