M
mike
I have a macro button embeded in a document on page 4
How can I NOT have the macro button print out with the rest
of the document on page 4
My code looks like
Private Sub CommandButton3_Click()
ActiveDocument.PrintOut Range:=wdPrintRangeOfPages, _
Pages:="4", _
Copies:=1
End Sub
How can I NOT have the macro button print out with the rest
of the document on page 4
My code looks like
Private Sub CommandButton3_Click()
ActiveDocument.PrintOut Range:=wdPrintRangeOfPages, _
Pages:="4", _
Copies:=1
End Sub