NotPrintingMacroButton

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top