Run macro AFTER worksheet has printed
Posted by JAF on December 21, 1999 8:48 AM
I have a macro that increments a reference number on a spreadsheet which I did have attached to a print macro so that the worksheet printed and then increased the reference number by one.
Unfortunately, some of my users seem incapable of clicking the macro button and simply click the toolbar button instead resulting in 2 (or more) sheets being printed with the same reference number.
What I need is some VBA command to run the macro AFTER the file has been printed - something similar to Workbook_BeforePrint which of course increases the number too soon. The number HAS to increase AFTER the worksheet has printed.
Any suggestions or am I better off slapping my users round the head with a kipper until they get the hang of clicking a macro button?!?