J
Jonathan Parminter
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
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