Dear all,
I want to automatically send out an notification by email when a word
document has been saved, whithout sending the actual document. I do have the
code to send out an email. What I'm missing is the code to initiate the
sending subroutine when the document is saved. I think I need something like
a "send on save".

Any Suggestions?
Thanks a lot for you assistance.
best
Mathias

Re: email confirmation by Doug

Doug
Thu Jul 21 15:42:14 CDT 2005

Create a macro with the same name as the Word command that you want to use.
You can get the name of the command by selecting Word Commands in the Macros
In pulldown of the Macros dialog. Select the command and then change back
to the template in which you want to create the macro and then click on the
Create button.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
"Mathias" <Mathias@discussions.microsoft.com> wrote in message
news:49E8C74F-72CE-4D72-9F37-885C02ACA325@microsoft.com...
> Dear all,
> I want to automatically send out an notification by email when a word
> document has been saved, whithout sending the actual document. I do have
> the
> code to send out an email. What I'm missing is the code to initiate the
> sending subroutine when the document is saved. I think I need something
> like
> a "send on save".
>
> Any Suggestions?
> Thanks a lot for you assistance.
> best
> Mathias