View Single Post
  #1   Report Post  
Jim Cant
 
Posts: n/a
Default How to add additional copies of template to document

I've created a document from a template (.dot) and need to add more 'copies'
of the template to get additional 'pages' in the document.

I need to generate a collections of invoices from a result set of a database
query. Each invoice requires data from a variable number of records. I
can, in VBA, iterate through the records and when I detect that a new
invoice should start, I want to add a page break to the active document then
add another copy of the template to the current document receive the next
invoice's worth of data.

I appreciate your suggestions,
Thanks,
jim cant