I am trying to export microsoft excel data into a microsoft word file.
I need it to take quantities ordered from an excel spreadsheet and throw them into a word document.
One line from excel is:
Customer Name QTY1 QTY2 QTY3 Total Price
I want it to take that data and make a word document for each customer name that says:
Hey, Customer Name, you ordered:
QTY1
QTY2
QTY3
and this is your Total Price: Total Price
Make sense? Any help would be appreciated!
___________________
Helping girls make bad decisions since 1979
Dec-01-2004 17:20
Teknikol
terug uut 'de west'!
Registered: Aug 2002
Location: Flakkee
In Word > Extra > Merge Print (or something like that, i've got the dutch version)
___________________
blaat en nu stampen
Dec-01-2004 17:23
itsTrueSonic
NullPointerException
Registered: Aug 2003
Location:
well .. if you want to export the whole Excel spreadsheet from a different excel file, then you can do a Paste Special under Edit menu ..
Dec-01-2004 17:27
D Dubya
Deeper
Registered: Mar 2004
Location: Over there
I pretty much need this to be an automated process where it takes each customer name and plugs in these numbers from an Excel spreadsheet onto one page. Then, makes a new page for the next customer name and so on. Each customer is receiving a letter and instead of having to plug in these numbers manually and taking A LONG TIME, I need it to plug these numbers in for me and create a customized letter for each person.
___________________
Helping girls make bad decisions since 1979
Dec-01-2004 17:35
tu_face
No Known Cure...
Registered: Oct 2000
Location: Sheffield, UK
i aint no genius, but have you tried the on-screen help thing in office? its one of the few things microsoft have done well IMO..
tools>letters & mailings>mail merge, it should bring up the thing on the right hand side...
___________________
MUGGETS
Dec-01-2004 17:40
Boomer187
Spicy Hotdog
Registered: Aug 2001
Location: USA
figure out how to use macros. i think then you can easily do it.
Dec-01-2004 17:48
Dr. Cfire
Supreme tranceaddict
Registered: Apr 2003
Location: Calgary
This problem would be better solved by using access. using reports in access you can easily create a form letter.
Dec-01-2004 19:13
the-un-named
tranceaddict in training
Registered: Jun 2003
Location: Michigan
that or using custom written software
___________________
Send my love to the voices in your head.
Dec-01-2004 21:56
itsTrueSonic
NullPointerException
Registered: Aug 2003
Location:
quote:
Originally posted by Dr. Cfire
This problem would be better solved by using access. using reports in access you can easily create a form letter.
ditto.. was going to say that..
Dec-01-2004 22:00
Krypton
83.798 g/6.022x10^23
Registered: Nov 2003
Location: Texas
im did that just today. do this
1. Have the word document AND excell worksheet open at the same time.
2. Highlight the cells you want to copy. (make sure they'll fit on the word document page.
3. On the toolbar, click the copy button.
4. go to the word document.
5. put the insertion point where u want the spreadsheet cells to go.
6. on the toolbar, click the paste button.
BOOM, its there.
___________________
Dec-02-2004 01:25
sym
Time for Revolution
Registered: Apr 2002
Location: NYC
quote:
Originally posted by ::TranceVanDyk::
im did that just today. do this
1. Have the word document AND excell worksheet open at the same time.
2. Highlight the cells you want to copy. (make sure they'll fit on the word document page.
3. On the toolbar, click the copy button.
4. go to the word document.
5. put the insertion point where u want the spreadsheet cells to go.
6. on the toolbar, click the paste button.
BOOM, its there.
I think he wanted it totally automated.
And yea, access would have been much better for this
Dec-02-2004 01:28
smokeape
Lowland Trance Addict
Registered: Jul 2003
Location: Heart of Dixie
Re: Any Microsoft Office Geniuses?
quote:
Originally posted by Dirk W.
I am trying to export microsoft excel data into a microsoft word file.
I need it to take quantities ordered from an excel spreadsheet and throw them into a word document.
One line from excel is:
Customer Name QTY1 QTY2 QTY3 Total Price
I want it to take that data and make a word document for each customer name that says:
Hey, Customer Name, you ordered:
QTY1
QTY2
QTY3
and this is your Total Price: Total Price
Make sense? Any help would be appreciated!
Read the Mail Merge tutorial in Word if you want to create something of the sort. I use Access to drive linked data fields in Word on a few routine memos. Excel is nothing more than glorified Word Processing and if you highlight and cut and paste into Word you get nothing more than a Word table.