Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Copy To Word

Hello!

How can I copy Cells A1, C1, E1 to word as a table wit only one column?

i find it easy to copy as three column but in word there is no option
to Transpose while pasting.

any help?

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.programming
Ed Ed is offline
external usenet poster
 
Posts: 399
Default Copy To Word

If you are looking for a VBA solution, one way would be to put each cell
value in a separate string (or read them into an array), then create your
table in Word and populate each cell from your strings (or array). From
within Word, you could add two rows, make Cell(2,1)=Cell(1,2) and
Cell(3,1)=Cell(1,3), then delete the last two columns.

Ed

"sheeba" wrote in message
oups.com...
Hello!

How can I copy Cells A1, C1, E1 to word as a table wit only one column?

i find it easy to copy as three column but in word there is no option
to Transpose while pasting.

any help?

Thanks



  #3   Report Post  
Posted to microsoft.public.excel.programming
Ed Ed is offline
external usenet poster
 
Posts: 399
Default Copy To Word

Probably a better way would be to coy into an empty portion of your workbook
using Transpose, then copy that to paste into Word.

"Ed" wrote in message
...
If you are looking for a VBA solution, one way would be to put each cell
value in a separate string (or read them into an array), then create your
table in Word and populate each cell from your strings (or array). From
within Word, you could add two rows, make Cell(2,1)=Cell(1,2) and
Cell(3,1)=Cell(1,3), then delete the last two columns.

Ed

"sheeba" wrote in message
oups.com...
Hello!

How can I copy Cells A1, C1, E1 to word as a table wit only one column?

i find it easy to copy as three column but in word there is no option
to Transpose while pasting.

any help?

Thanks





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
Copy Word Art in macro dhstein Excel Discussion (Misc queries) 1 October 17th 09 03:19 PM
How do you export Word 2007 ur equations to new copy of Word 2007? Bruce New Users to Excel 1 January 18th 09 06:46 PM
Copy from Word to Excel Miffed Excel Worksheet Functions 2 August 17th 07 04:22 PM
Copy from Word to Excel, and retain indent, plus word wrap Eric Excel Discussion (Misc queries) 1 March 9th 07 03:15 AM
search for a specific word and copy the word and the preceeding words until a comma DHANANJAY Excel Programming 12 December 31st 05 12:53 PM


All times are GMT +1. The time now is 05:20 AM.

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"