Hi, I have created a word template that is used as an
email template. When used to create a new document the
email address detail section is visible. When creating a
new document using code the email section is not visible.
I have tried the line...
Set docReminder = Documents.Add( _
Template:=TEMPLATE_PATH & "Contracter Report
Reminder.dot", _
DocumentType:=wdNewEmailMessage, _
Visible:=False)
But the document type wdNewEmailMessage causes a blank
email page. That is the contents of the template are
removed.
How do I show the email address section when creating a
document using code?
Any ideas or suggestions appreciated :-)
Thanks
Jonathan
Jonathan Parminter - 07 Jan 2005 03:58 GMT
Hi, in case you are interested the solution is the line:
ActiveWindow.EnvelopeVisible = True
Thanks
Jonathan
>-----Original Message-----
>Hi, I have created a word template that is used as an
[quoted text clipped - 22 lines]
>Jonathan
>.