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?

Re: pop up messages when printing or sending by Jezebel

Jezebel
Wed Aug 30 21:55:26 CDT 2006

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.


"slfisher" <slfisher@discussions.microsoft.com> wrote in message
news:73D96E64-334B-4233-BD6C-7BF87F8ABD67@microsoft.com...
> 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?