G
Guest
In order to prevent users from printing my word document, I can type in a sub
with the vba editor such as:
Sub FilePrint()
MsgBox "Print not allowed"
End Sub
However this only traps the Print command from the File menu. How can I
intercept the Print button as well?
with the vba editor such as:
Sub FilePrint()
MsgBox "Print not allowed"
End Sub
However this only traps the Print command from the File menu. How can I
intercept the Print button as well?