In my latest project i have a print routine in which i use the .showprinter common dialog box.
The only trouble is if the user pushes the cancel button on the .showprinter dialog box it will still print!
I have tried the following line without any success:
If cdbPrint.CancelError = True Then
Exit Sub
End If
Any suggestions would be greatly appreciated.
229257
The only trouble is if the user pushes the cancel button on the .showprinter dialog box it will still print!
I have tried the following line without any success:
If cdbPrint.CancelError = True Then
Exit Sub
End If
Any suggestions would be greatly appreciated.
229257