Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I convert each row into a Word document with the job-name as
the title of the documents and the information in Cols B thru T as paragraphs in that document? Read the data into an array and use Join(vDataIn, vbCrLf) to put each row of the array into a new Word doc. If you want a space between paragraphs then just double up on the delimiter... Join(vDataIn, vbCrLf & vbCrLf) -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I attach a Word document in an Excel spreadsheet? | Excel Discussion (Misc queries) | |||
Add Word document to end of Excel spreadsheet | Excel Discussion (Misc queries) | |||
Can you save an excel spreadsheet to a word document or pdf? | Excel Discussion (Misc queries) | |||
Hyperlink a word document to an excel spreadsheet | Excel Discussion (Misc queries) | |||
how do i add a word document into an excel spreadsheet? | Excel Discussion (Misc queries) |