pop up messages when printing or sending

S

slfisher

Is there a feature in Word to automatically show pop up messages when
printing or sending a document? If not, what would the Visual Basic code be
to make this happen?
 
J

Jezebel

You can use MsgBox() to display messages. You'll need to be more specific
about what you mean by 'when printing or sending': normally documents are
printed or sent only when you give an instruction to do so, so a popup would
be superfluous.
 
Top