Thread
:
Check for Print success
View Single Post
#
5
Posted to microsoft.public.excel.programming
Papou
external usenet poster
Posts: 67
Check for Print success
Hello
If Application.Dialogs(xlDialogPrint).Show(arg12:=2) = False _
Then MsgBox "Print was cancelled", vbInformation, "Cancelled"
HTH
Cordially
Pascal
"DDonnachie" a écrit dans le message
de news:
...
Hi
ok using the following code to bring up print dialogue
Application.Dialogs(xlDialogPrint).Show arg12:=2
but I have code which I only want to run if the print has been successful.
Obviously they can cancel out of this dialogue without printing, which I
want to know.
Reply With Quote
Papou
View Public Profile
Find all posts by Papou