Creating a word doc from a template

lional

Member
Joined
Apr 10, 2012
Messages
16
Programming Experience
Beginner
Hi All
I have written a small app for resume's and the final hurdle that I must overcome is that I would like to, after filling out a form for a new applicant, that a word document is created from a word doc template with the basic information such as name, birth date, etc. The word document must be given the name of the CVNo.
Also when the CV's are viewed, it opens the word doc with the file name that is the same as the CV number of the applicant that is selected.
Can someone just point me in the right direction, to get this going.

Thanks

Lional
 
you'll need to set a reference to Microsoft Word and then use the Interop Services (Imports Microsoft.Office.Interop.Word).
 
Back
Top