stopping a print macro

  • Thread starter Thread starter KateB
  • Start date Start date
K

KateB

I have a macro that will print 3 pages from a worksheet for 36 different
practices, i.e. 108 pages. However, once I click the button to run the macro
I can't seem to stop it! The Esc key does nothing - any advice please?

Kate
 
Hi,

Holding down the CTRL key and tapping the Pause/Break key should interrupt
the macro but it may already have commited data to the print queue and that
will print.

Mike
 
Thanks - I'll try that.

Mike H said:
Hi,

Holding down the CTRL key and tapping the Pause/Break key should interrupt
the macro but it may already have commited data to the print queue and that
will print.

Mike
 
Back
Top