Hi,
I am developing an application in .Net (2008) for generating letters using Microsoft Word. (Using VBA) I am having word templates and using these templates I am generating the letters. I have used the Microsoft.Office.Interop.Word DLL and able to create the letters by fetching the records from database tables. Now Word Table is bound to DB DataSet and it has 3 columns. (Say Column 1, Column 2 and Column 3)
In this, how can I find out a page break in the word document (generated letter) (since the data is getting populated dynamically) and I want do display the above 3 column names at the start of every page (As a Header row table cells in the word document)
Any ideas?
Thanks in Advance,
Regards, Bala
|
|