View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Karen Karen is offline
external usenet poster
 
Posts: 447
Default From word to excel

Brillaint - amazing how you can learn so much from one question . Thank you

"Dave Peterson" wrote:

If the data in the MSWord document is formatted as a table, then maybe you can
use this (saved from a previous post):

If your cells in your word table contain paragraph mark or linebreak characters,
then excel will bring them over as separate cells.

One way around it is to convert those paragraph marks & linebreaks to unique
characters, then copy|paste and then convert them back to linefeeds.

I like this technique (inside a copy of the word file):
Select your table.
Edit|replace|Special (show More if required)
Find what: (paragraph mark under Special button)
replace with: $$$$$ (if $$$$$ doesn't appear in the table)
replace all

Same thing with Manual Line break (from under Special).

Now copy the table into Excel.

Edit|Replace
Replace what: $$$$$
Replace with: ctrl-j (hit and hold the control key and hit j)
replace all.

You may have to use Format|cells|Alignment tab|check wrap text

Don't forget to close the word document without saving (or hit undo as many
times as necessary).

=========
If the data in the MSWord document isn't a table, maybe you can create a table
in MSWord--or use the same technique for each paragraph that you need to
copy|paste???

karen wrote:

Does anyone know how or if it possible to transfer from word document to
excel sheet. I have a list of items and discriptions on a word sheet that i
need to put into excel so that costs can put to them. If i copy and
paste,excel puts the discription onto seperate lines instead of merging into
cells. if i try to merge the lines it onlyuses the top line and deletes the
other lines. i cant use a formula as it wont have the original info to refer
back to. Do i really have to cut and paste each seperate line into the right
cell? If that makes sense to anyone please help


--

Dave Peterson