Word Automation - replicating document pages with C#
- From: kasterborus@xxxxxxxxx
- Date: 22 May 2007 11:14:50 -0700
I've been given the task of producing a word document from an excel
spread***. For each row in the spread*** I have to copy the first
page of the template document, append it to the output document and
replace a dozen fields.
I've been able to do everything apart from the cutting and pasting of
a page.
Can someone give me a some pointers on how to do it?
I'm working with the followin objects:
wordApp = new Word.ApplicationClass();
wordDoc = wordApp.Documents.Add(ref fileName, ref newTemplate, ref
docType, ref isVisible);
Thanks,
Mike
.
- Follow-Ups:
- Re: Word Automation - replicating document pages with C#
- From: Cindy M .
- Re: Word Automation - replicating document pages with C#
- Prev by Date: Delete everything within a range
- Next by Date: determining default mail client
- Previous by thread: Delete everything within a range
- Next by thread: Re: Word Automation - replicating document pages with C#
- Index(es):