BeforePrint only running once
If you select No, you exit the sub without executing
Application.EnableEvents = True
so your subsequent print commands don't fire the BeforePrint event.
In article ,
jasminesy wrote:
The problem is: If I select no (at "continue Printing?") and then try to
print again it goes directly to the print dialog box not thrugh the macro.
Have I messed something up???
|