How to detect ClosePrintPreview events

G

Grigory Bushuev

Hi, I have to show my document in PrintPreview mode only. I want to close
word application, when i detect user click on print preview close button.
 
T

Tony Jollans

If you create a macro called ClosePreview then it will be invoked when the
preview is closed and you can do as you wish inside the macro.
 
Top