How do I create a macro that increments +1 by pressing a button

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to include in a print off macro the ability to increment a number
every time the macro is run i.e. a counter, anyone know how to do this?
 
Assign a cell to hold the number. Then use the before print event macro to
incement the cell.

Just be sure to test for the correct worksheet.
 
Back
Top