Z
zSplash
I use the following code:
With Dialogs(wdDialogFilePrint)
.Range = wdPrintCurrentPage
.show
End With
Application PrintOut
If a user clicks "cancel", how do I know that so that I can exit out of the
print process?
TIA
With Dialogs(wdDialogFilePrint)
.Range = wdPrintCurrentPage
.show
End With
Application PrintOut
If a user clicks "cancel", how do I know that so that I can exit out of the
print process?
TIA