> The problem is that if none of the first 8 cells in the "problem column"
> contain a "long" text (i.e. a wso-called "memo" text, which in the case of
> Excel means a text over 255 characters long), all the texts in that column
> will be truncated to 255 characters, or worse. The trouble is that there is
> no simple fix that is likely to suit everyone. The suggestion Walter
> provided is one approach. Switching the connection method to DDE is another,
> but that has its own problems, particularly with Office 2007. There is a
> more detailed explanation at
http://tips.pjmsn.me.uk but I cannot guarantee
> that even that tells the whole story.
>
> --
> Peter Jamieson
>
http://tips.pjmsn.me.uk>
> "Matt Heason" <MattHeason[ at ]discussions.microsoft.com> wrote in message
> news:555052AE-471C-4B95-A392-5F1214485138[ at ]microsoft.com...
> > Hi,
> > I am runing Office 2007.
> > Can't quite get ny head around your explanation.
> > My spreadsheet consists of columns A through to AI (the one in question,
> > with the longer text descriptions, is AH), and around 240 rows. It is row
> > 7,
> > column AH that is the first description which is affected...
> >
> > Matt
> >
> > "Walter Briscoe" wrote:
> >
> >> In message <1732D896-1D79-4320-B8D2-6758E399E9AE[ at ]microsoft.com> of Mon,
> >> 27 Oct 2008 04:03:02 in microsoft.public.word.mailmerge.fields, Matt
> >> Heason <Matt[ at ]Heason.?.microsoft.com.invalid> writes
> >> >Hi,
> >> >I am runing a basic mailmerge using an excel spreadsheet. one of the
> >> >mergefields has some instances that are over 43 words long. When this
> >> >happens
> >> >the merged field in the final document is truncated at 43 words. How do
> >> >I
> >> >control the length of the mergefield to allow all of the words to be
> >> >displayed?
> >>
> >> It might be a good thing to say what versions you are using.
> >> This is a well known problem. I decided to demonstrate it in Office
> >> 2003. I constructed an excel file with the following data:
> >> Name
> >> first
> >> second
> >> third
> >> fourth
> >> fifth
> >> sixth
> >> seventh
> >> eighth
> >> long field 12345678 2 2345678 3 ... 5678 a 2345 ... 5678 y 23456789z
> >>
> >> i.e. I had a column called name and I had a field consisting of about
> >> 350 characters after the eighth line. The field was truncated at 254
> >> characters in the merge output.
> >> The fix is to put a dummy field of 255 or more bytes in the first eight
> >> records. There is another fix which requires change of a registry datum
> >> to alter the number eight, but I take no notice of that because it
> >> affects all merges on a particular system.
> >>
> >> Basically, office has short and long string type and office uses the
> >> contents of the first eight excel rows to select between short and long
> >> strings. A short string can hold 255 bytes but one gets lost somewhere
> >> for technical reasons of which I care nothing - it is probable either a
> >> count byte or a zero terminator.
> >>
> >> To the astonishingly wonderful and patient MVPs who monitor this group:
> >> why is their not an FAQ for this group?
> >>
> >> I would have referred to the FAQ rather than constructing a problem
> >> demonstration and fix if an FAQ existed.
> >> --
> >> Walter Briscoe
> >>
>
>