Originally posted by: whitecloak
1. Use the Control Toolbox to drag and drop a comman button on an excel sheet.
2. Double-clicking the button will take you to the VBA IDE with the default event being on-click.
3. In that method, use the following line of code me.cells(1,1).value = me.cells(1,1) + 1 // Instead of (1,1) use any cell you need to
4. Close the VBA IDE and exit the design mode
5.....
6. Profit