A
Anonymous
I have a program that creates a merge document and places the document
on the clipboard. I then open Word (I use both 2003 & 2007) and the
PASTE the document from the clipboard into Word. Please don't
question why it does it that way, it just does and I cannot change it.
The merge is done internally to the program and then I have to PASTE
it into WORD.
I have a merged document that has 4 separate letters that each require
letterhead. That is: Documents 1, 2, and 3 are one page each and are
each on letterhead. Document 4 is a multiple page letter where the
1st page is letterhead and all subsequent pages are on non-letterhead.
The problem is that when I paste the document into Word it makes each
page letterhead. I have tried Section Breaks, but it doesn't work
because when I paste, everything pastes into SECTION 1.
The only thing I can think of is to hard code some text right into the
document so that when I paste, WORD thinks that it is a section break.
For example, I would actually code {^b} or something like that right
into the document, and then when I paste into WORD it would place a
section break.
I am all ears on how I might accomplish this. Thank you in advance
for your help.
on the clipboard. I then open Word (I use both 2003 & 2007) and the
PASTE the document from the clipboard into Word. Please don't
question why it does it that way, it just does and I cannot change it.
The merge is done internally to the program and then I have to PASTE
it into WORD.
I have a merged document that has 4 separate letters that each require
letterhead. That is: Documents 1, 2, and 3 are one page each and are
each on letterhead. Document 4 is a multiple page letter where the
1st page is letterhead and all subsequent pages are on non-letterhead.
The problem is that when I paste the document into Word it makes each
page letterhead. I have tried Section Breaks, but it doesn't work
because when I paste, everything pastes into SECTION 1.
The only thing I can think of is to hard code some text right into the
document so that when I paste, WORD thinks that it is a section break.
For example, I would actually code {^b} or something like that right
into the document, and then when I paste into WORD it would place a
section break.
I am all ears on how I might accomplish this. Thank you in advance
for your help.