
Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
>I am merging a document. The last item on the document is item number 32 on
>a
[quoted text clipped - 10 lines]
>
> Any ideas?
Word 2007
I am merging answers to a series of questions -
Each record from the spreadsheet has identifying info (name, address) as
well as answers to 32 questions.
The document has questions 1-32 (numbered list)
The actual question #1 is on the document and I merge the answer from an
Excel 2007 spreadsheet.
merge is fine - each merged record accurately represents identifying info
and answers to questions 1 through 32.
There is no problem if I print the fully merged document.
Problem is when I save the fully-merged document. When I open the
saved/merged document, each record is there but the questions are now
numbered sequentially without any break between each record.
for example -
record#1....John Doe with questions 1 through 32
record#2....Jane Smith with questions 33-55 - and so on.
FYI - apparently the same thing happened with Word 2003 as well.
> What type of numbering are you using? What version of Word? I cannot
> replicate that problem using a numbered list in Word 2007.
[quoted text clipped - 13 lines]
> >
> > Any ideas?
Doug Robbins - Word MVP - 28 May 2008 20:34 GMT
With the mail merge main document as the active document, run a macro
containing the command
ActiveDocument.ConvertNumbersToText
to convert the numbers in the numbered list to ordinary text.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Word 2007
>
[quoted text clipped - 43 lines]
>> >
>> > Any ideas?
jus - 30 May 2008 15:31 GMT
Wow! Thanks Doug, it worked like a charm.
> With the mail merge main document as the active document, run a macro
> containing the command
[quoted text clipped - 50 lines]
> >> >
> >> > Any ideas?