M
mike
I have a word document that has a macro print page button on each page.
The print code looks like
“Private Sub CommandButton5_Click()
ActiveDocument.PrintOut Range:=wdPrintRangeOfPages, _
Pages:="6", _
Copies:=1
End Subâ€
How do you make a macro button embedded in a document not appear in the
document when printed?
If additional code is needed, where would this code be placed in the above
Segment?
Thanks for any help
Mike
The print code looks like
“Private Sub CommandButton5_Click()
ActiveDocument.PrintOut Range:=wdPrintRangeOfPages, _
Pages:="6", _
Copies:=1
End Subâ€
How do you make a macro button embedded in a document not appear in the
document when printed?
If additional code is needed, where would this code be placed in the above
Segment?
Thanks for any help
Mike