S
Steve Amey
Hi all
I am creating a macro for a friend, but haven't dealt with Word Forms
before. I have a Template document that has form fields on it. The first
section is locked (that holds the form fields) and it has another section
underneath that isn't locked.
What I would like to do is open the Template from the current document that
I am in, and insert all of the text from the current document into the
second section of the template.
In my current document I am launching the Template form using:
Documents.Add Template:="C:\MyTemplate.dot", NewTemplate:=False
This opens another document with the form fields being displayed. How do I
then insert all of the text in my current document so that it displays in
section 2, the un-protected section, so that the first page in the new
document is my form page and the rest of the pages are the pages in the
current document?
Alternatively, is there a way in which I can insert the Template page as the
first page of the current document rather than creating a new document? This
would actually be preferable, but I don't know how much work would be
involved. The current document is a CV, all I want to do is insert the Form
Fields in the template into the first page of the CV so that the form fields
act as a cover note. Is this possible?
Kind Regards,
Steve
I am creating a macro for a friend, but haven't dealt with Word Forms
before. I have a Template document that has form fields on it. The first
section is locked (that holds the form fields) and it has another section
underneath that isn't locked.
What I would like to do is open the Template from the current document that
I am in, and insert all of the text from the current document into the
second section of the template.
In my current document I am launching the Template form using:
Documents.Add Template:="C:\MyTemplate.dot", NewTemplate:=False
This opens another document with the form fields being displayed. How do I
then insert all of the text in my current document so that it displays in
section 2, the un-protected section, so that the first page in the new
document is my form page and the rest of the pages are the pages in the
current document?
Alternatively, is there a way in which I can insert the Template page as the
first page of the current document rather than creating a new document? This
would actually be preferable, but I don't know how much work would be
involved. The current document is a CV, all I want to do is insert the Form
Fields in the template into the first page of the CV so that the form fields
act as a cover note. Is this possible?
Kind Regards,
Steve