Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Fts Fts is offline
external usenet poster
 
Posts: 1
Default Export from Excell to Word

I want to export a column of cells from Excell and import it into Word but
in Word I want the column to be in a horizontal line seprating each excell
cell by a comma.
Ho do you do that?
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 98
Default Export from Excell to Word

Hi FTS

I have just written this UDF which should solve your problem.

Step1) Paste the below into a new modlue in VBA editor

Function c_column(firstcell As Range)

For Each cell In firstcell
c_column = c_column & "," & cell.Value
Next cell

c_column = Mid(c_column, 2, Len(c_column))

End Function

step 2) enter this function in a cell on your spreadsheet =c_column([your
range])

This will join all of your cells so you can copy and paste into word

HTH

Simon

Fts wrote:
I want to export a column of cells from Excell and import it into Word but
in Word I want the column to be in a horizontal line seprating each excell
cell by a comma.
Ho do you do that?
Thanks


--
--------------------
Simon - UK

Email at simon22mports [ a t ] hot mail [ d ot ]com

Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200610/1

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
Export from Excel to Word kath0178 New Users to Excel 2 September 13th 06 05:30 PM
Pleeze Help! Export Excel data into a form in a Word Doc...this one's tough! duugg Excel Discussion (Misc queries) 1 April 21st 06 02:35 PM
can you single click to open files in word and excell? lvinning Excel Discussion (Misc queries) 5 April 26th 05 12:40 AM
Can Excel Export Data to Word Format? Reddiance Excel Discussion (Misc queries) 2 April 18th 05 06:03 PM
S.O.S :importing excell data into word villi Excel Discussion (Misc queries) 0 November 25th 04 08:37 PM


All times are GMT +1. The time now is 03:51 PM.

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

About Us

"It's about Microsoft Excel"