Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / January 2006

Tip: Looking for answers? Try searching our database.

Copy To Word

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
sheeba - 26 Jan 2006 08:10 GMT
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
Ed - 26 Jan 2006 13:39 GMT
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

> Hello!
>
[quoted text clipped - 6 lines]
>
> Thanks
Ed - 26 Jan 2006 15:10 GMT
Probably a better way would be to coy into an empty portion of your workbook
using Transpose, then copy that to paste into 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
[quoted text clipped - 14 lines]
> >
> > Thanks
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.