Hi All,
In calling xlDialogPrinterSetup from:
Sub PromptPrinter()
If Application.Dialogs(xlDialogPrinterSetup).Show = True Then
Sheets("Data").PrintOut From:=1, To:=12
End Sub
When the PrintOut dialog icon is then presented on the screen, if a user cancels this portion of the sub's...