A
Addy
Please can anyone tell me why the below does not work.
Many thanks
Private Sub CBOXCURRENTPLAIN_Click()
If CBOXCURRENTPLAIN.Value = True Then
With Dialogs(wdDialogFilePrintSetup)
.Printer = "\\rother\CanonMF13"
.DoNotSetAsSysDefault = True
.Execute
ActiveDocument.PrintOut Range:=wdPrintCurrentPage
End With
End If
End Sub
Many thanks
Private Sub CBOXCURRENTPLAIN_Click()
If CBOXCURRENTPLAIN.Value = True Then
With Dialogs(wdDialogFilePrintSetup)
.Printer = "\\rother\CanonMF13"
.DoNotSetAsSysDefault = True
.Execute
ActiveDocument.PrintOut Range:=wdPrintCurrentPage
End With
End If
End Sub