Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default When merging to Word, some info from cell missing?

Have a document in excel that I'm using Mail Merge to merge it into Word.
When a cell is merged over to Word, it only takes half the infomation from
that cell. Is there any way to get the rest of the information? Is there a
certain number of words or letters that the merged cell is restricted to?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default When merging to Word, some info from cell missing?

Just a guess...

Is the length of the text brought over in the mailmerge about 255 characters?
If yes, then I think you hit a restriction in the way windows passes information
between applications.

I don't know a pretty way around it.

Maybe you can use multiple cells in excel????

EmilyR wrote:

Have a document in excel that I'm using Mail Merge to merge it into Word.
When a cell is merged over to Word, it only takes half the infomation from
that cell. Is there any way to get the rest of the information? Is there a
certain number of words or letters that the merged cell is restricted to?


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default When merging to Word, some info from cell missing?

thanks for your response Dave,
yeah i've come to that conclusion after 6 hrs!! is there no way to extend
the amount of characters it'll accept?

"Dave Peterson" wrote:

Just a guess...

Is the length of the text brought over in the mailmerge about 255 characters?
If yes, then I think you hit a restriction in the way windows passes information
between applications.

I don't know a pretty way around it.

Maybe you can use multiple cells in excel????

EmilyR wrote:

Have a document in excel that I'm using Mail Merge to merge it into Word.
When a cell is merged over to Word, it only takes half the infomation from
that cell. Is there any way to get the rest of the information? Is there a
certain number of words or letters that the merged cell is restricted to?


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default When merging to Word, some info from cell missing?

Not that I know--maybe someone else has a workaround.

The same thing happens when you try to retrieve a value from a closed workbook
in excel. But if you open that other (sending) workbook, then excel can get all
the data.

I'm not sure that there is a workaround like this between applications--but you
may want to try that.



EmilyR wrote:

thanks for your response Dave,
yeah i've come to that conclusion after 6 hrs!! is there no way to extend
the amount of characters it'll accept?

"Dave Peterson" wrote:

Just a guess...

Is the length of the text brought over in the mailmerge about 255 characters?
If yes, then I think you hit a restriction in the way windows passes information
between applications.

I don't know a pretty way around it.

Maybe you can use multiple cells in excel????

EmilyR wrote:

Have a document in excel that I'm using Mail Merge to merge it into Word.
When a cell is merged over to Word, it only takes half the infomation from
that cell. Is there any way to get the rest of the information? Is there a
certain number of words or letters that the merged cell is restricted to?


--

Dave Peterson


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default When merging to Word, some info from cell missing?

ok thanks very much for your help & time Dave, i'll give that a try

"Dave Peterson" wrote:

Not that I know--maybe someone else has a workaround.

The same thing happens when you try to retrieve a value from a closed workbook
in excel. But if you open that other (sending) workbook, then excel can get all
the data.

I'm not sure that there is a workaround like this between applications--but you
may want to try that.



EmilyR wrote:

thanks for your response Dave,
yeah i've come to that conclusion after 6 hrs!! is there no way to extend
the amount of characters it'll accept?

"Dave Peterson" wrote:

Just a guess...

Is the length of the text brought over in the mailmerge about 255 characters?
If yes, then I think you hit a restriction in the way windows passes information
between applications.

I don't know a pretty way around it.

Maybe you can use multiple cells in excel????

EmilyR wrote:

Have a document in excel that I'm using Mail Merge to merge it into Word.
When a cell is merged over to Word, it only takes half the infomation from
that cell. Is there any way to get the rest of the information? Is there a
certain number of words or letters that the merged cell is restricted to?

--

Dave Peterson


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default When merging to Word, some info from cell missing?


EmilyR;2543411 Wrote:
ok thanks very much for your help & time Dave, i'll give that a try

"Dave Peterson" wrote:
-
Not that I know--maybe someone else has a workaround.

The same thing happens when you try to retrieve a value from a closed
workbook
in excel. But if you open that other (sending) workbook, then excel
can get all
the data.

I'm not sure that there is a workaround like this between
applications--but you
may want to try that.



EmilyR wrote:-

thanks for your response Dave,
yeah i've come to that conclusion after 6 hrs!! is there no way to
extend
the amount of characters it'll accept?

"Dave Peterson" wrote:
-
Just a guess...

Is the length of the text brought over in the mailmerge about 255
characters?
If yes, then I think you hit a restriction in the way windows passes
information
between applications.

I don't know a pretty way around it.

Maybe you can use multiple cells in excel????

EmilyR wrote:

Have a document in excel that I'm using Mail Merge to merge it into
Word.
When a cell is merged over to Word, it only takes half the
infomation from
that cell. Is there any way to get the rest of the information? Is
there a
certain number of words or letters that the merged cell is
restricted to?

--

Dave Peterson
--

--

Dave Peterson
-


Excel has a limit of 255 characters in a cell, indeed. But is this
full cell content variable for your mailing? If not, make the body
text in Word, and insert fields (linked to Excel cells) where you need
customization. Note that you can link as unformatted text so the text
format in Word overrides the Excel format. For further help you may
wish to post in the Word forum - there is a Mail Merge subject.




--
Henk57
  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default When merging to Word, some info from cell missing?

Excel95 had a limit of 255 characters in a cell. xl97+ supports up to 32k
characters per cell.



Henk57 wrote:

<<snipped

Excel has a limit of 255 characters in a cell, indeed. But is this
full cell content variable for your mailing? If not, make the body
text in Word, and insert fields (linked to Excel cells) where you need
customization. Note that you can link as unformatted text so the text
format in Word overrides the Excel format. For further help you may
wish to post in the Word forum - there is a Mail Merge subject.

--
Henk57


--

Dave Peterson
  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default When merging to Word, some info from cell missing?

Maybe you can split the text into multiple cells and retrieve each of those
cells????

EmilyR wrote:

ok thanks very much for your help & time Dave, i'll give that a try

"Dave Peterson" wrote:

Not that I know--maybe someone else has a workaround.

The same thing happens when you try to retrieve a value from a closed workbook
in excel. But if you open that other (sending) workbook, then excel can get all
the data.

I'm not sure that there is a workaround like this between applications--but you
may want to try that.



EmilyR wrote:

thanks for your response Dave,
yeah i've come to that conclusion after 6 hrs!! is there no way to extend
the amount of characters it'll accept?

"Dave Peterson" wrote:

Just a guess...

Is the length of the text brought over in the mailmerge about 255 characters?
If yes, then I think you hit a restriction in the way windows passes information
between applications.

I don't know a pretty way around it.

Maybe you can use multiple cells in excel????

EmilyR wrote:

Have a document in excel that I'm using Mail Merge to merge it into Word.
When a cell is merged over to Word, it only takes half the infomation from
that cell. Is there any way to get the rest of the information? Is there a
certain number of words or letters that the merged cell is restricted to?

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson
  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default When merging to Word, some info from cell missing?


Dave Peterson;2543615 Wrote:
Maybe you can split the text into multiple cells and retrieve each of
those
cells????

EmilyR wrote:-

ok thanks very much for your help & time Dave, i'll give that a try

"Dave Peterson" wrote:
-
Not that I know--maybe someone else has a workaround.

The same thing happens when you try to retrieve a value from a closed
workbook
in excel. But if you open that other (sending) workbook, then excel
can get all
the data.

I'm not sure that there is a workaround like this between
applications--but you
may want to try that.



EmilyR wrote:-

thanks for your response Dave,
yeah i've come to that conclusion after 6 hrs!! is there no way to
extend
the amount of characters it'll accept?

"Dave Peterson" wrote:

Just a guess...

Is the length of the text brought over in the mailmerge about 255
characters?
If yes, then I think you hit a restriction in the way windows
passes information
between applications.

I don't know a pretty way around it.

Maybe you can use multiple cells in excel????

EmilyR wrote:

Have a document in excel that I'm using Mail Merge to merge it
into Word.
When a cell is merged over to Word, it only takes half the
infomation from
that cell. Is there any way to get the rest of the information?
Is there a
certain number of words or letters that the merged cell is
restricted to?

--

Dave Peterson
-

--

Dave Peterson
--

--

Dave Peterson


Thanks Dave for explaining. The col width has a 255 chars limit and
without wrapping ....




--
Henk57
  #10   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default When merging to Word, some info from cell missing?

According to excel's help:

That 255 number limi you see in Format|column|width is:

The number that appears in the Standard column width box is the average number
of digits 0-9 of the standard font that fit in a cell.

You'll be able to see lots more that 255 I's in a single line of a cell with a
width of 255--I saw about 447 I's with an Arial 10 point font.

(Yeah, I have wayyyyyy too much time on my hands!)


Henk57 wrote:
<<snipped

Thanks Dave for explaining. The col width has a 255 chars limit and
without wrapping ....

--
Henk57


--

Dave Peterson


  #11   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default When merging to Word, some info from cell missing?

yes Dave you have too much time, did u actually count all of the I's?? haha

I tried to have the Excel spreadsheet open when opening the word document,
which came up with an error in finding excel doc at first, but i tried it
again and it just worked the same.

Thanks for your help, I'm going to look through a few things to see if the
characters can be expanded. If not then I guess I'll be splitting it into 2
cells.

Have a great Christmas


"Dave Peterson" wrote:

Maybe you can split the text into multiple cells and retrieve each of those
cells????

EmilyR wrote:

ok thanks very much for your help & time Dave, i'll give that a try

"Dave Peterson" wrote:

Not that I know--maybe someone else has a workaround.

The same thing happens when you try to retrieve a value from a closed workbook
in excel. But if you open that other (sending) workbook, then excel can get all
the data.

I'm not sure that there is a workaround like this between applications--but you
may want to try that.



EmilyR wrote:

thanks for your response Dave,
yeah i've come to that conclusion after 6 hrs!! is there no way to extend
the amount of characters it'll accept?

"Dave Peterson" wrote:

Just a guess...

Is the length of the text brought over in the mailmerge about 255 characters?
If yes, then I think you hit a restriction in the way windows passes information
between applications.

I don't know a pretty way around it.

Maybe you can use multiple cells in excel????

EmilyR wrote:

Have a document in excel that I'm using Mail Merge to merge it into Word.
When a cell is merged over to Word, it only takes half the infomation from
that cell. Is there any way to get the rest of the information? Is there a
certain number of words or letters that the merged cell is restricted to?

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson

  #12   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default When merging to Word, some info from cell missing?

I used
=rept("i",255)
then increased that 255 to fill A1 (at its widest)
(But thanks for agreeing!!!)

That's what I would have thought (about the mailmerg), but I was too lazy to try
it <vbg.

EmilyR wrote:

yes Dave you have too much time, did u actually count all of the I's?? haha

I tried to have the Excel spreadsheet open when opening the word document,
which came up with an error in finding excel doc at first, but i tried it
again and it just worked the same.

Thanks for your help, I'm going to look through a few things to see if the
characters can be expanded. If not then I guess I'll be splitting it into 2
cells.

Have a great Christmas

"Dave Peterson" wrote:

Maybe you can split the text into multiple cells and retrieve each of those
cells????

EmilyR wrote:

ok thanks very much for your help & time Dave, i'll give that a try

"Dave Peterson" wrote:

Not that I know--maybe someone else has a workaround.

The same thing happens when you try to retrieve a value from a closed workbook
in excel. But if you open that other (sending) workbook, then excel can get all
the data.

I'm not sure that there is a workaround like this between applications--but you
may want to try that.



EmilyR wrote:

thanks for your response Dave,
yeah i've come to that conclusion after 6 hrs!! is there no way to extend
the amount of characters it'll accept?

"Dave Peterson" wrote:

Just a guess...

Is the length of the text brought over in the mailmerge about 255 characters?
If yes, then I think you hit a restriction in the way windows passes information
between applications.

I don't know a pretty way around it.

Maybe you can use multiple cells in excel????

EmilyR wrote:

Have a document in excel that I'm using Mail Merge to merge it into Word.
When a cell is merged over to Word, it only takes half the infomation from
that cell. Is there any way to get the rest of the information? Is there a
certain number of words or letters that the merged cell is restricted to?

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pasting a block of Word info into a single Excel cell PeterJordan Excel Discussion (Misc queries) 3 May 7th 07 07:24 PM
0 missing from currency when merging documents lyndamac Excel Discussion (Misc queries) 1 November 6th 06 12:49 PM
Why does excel info transferred to word change cell values? jonsey35 Excel Discussion (Misc queries) 0 August 8th 06 08:28 PM
how to send xls cell info to a word template Felicity Excel Worksheet Functions 0 February 11th 06 10:35 PM
Excel adjust row height upon merging 2 cell with word wrap RT Excel Discussion (Misc queries) 3 July 16th 05 07:06 PM


All times are GMT +1. The time now is 07:16 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"