Greetings,

I want to make the ActiveDocument.SendMail command conditional when the
File>Send to>Mail recipient as attachment command is chosen.

How do I "hijack" it into a Word macro for conditional manipulation before
sending it to Outlook?
My purpose is give the party sending the doc an option to change the
template to Normal using the code

With ActiveDocument
.UpdateStylesOnOpen = False
.AttachedTemplate = "Normal"
End With

or to send it as is.
Thanks in advance,

Israel Dalven
Technical Writing
Flash Networks

RE: Hijacking a Word command by Rob

Rob
Mon Mar 19 07:53:05 CDT 2007

I think this is what you want. If not, you should be able to find something
in this area.

http://www.word.mvps.org/FAQs/MacrosVBA/InterceptSavePrint.htm

Re: Hijacking a Word command by Israel

Israel
Mon Mar 19 12:03:18 CDT 2007

Thanks! Just what I needed.

"Rob" <Rob@discussions.microsoft.com> wrote in message
news:0649E506-343D-42FA-8EE9-A3563414EC17@microsoft.com...
>I think this is what you want. If not, you should be able to find something
> in this area.
>
> http://www.word.mvps.org/FAQs/MacrosVBA/InterceptSavePrint.htm