I
Israel Dalven
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
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