Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Pat Flynn
 
Posts: n/a
Default Create invoice from Excel worksheet

Am looking for a method to create an invoice from data in excel rows ie
name, address, etc, invoice# and amount. Would appreciate it if someone could
point in right direction.
Thanks
Pat
  #2   Report Post  
Henry
 
Posts: n/a
Default

Pat,

There's two ways to go about this:

1) On a spare worksheet, put your text in cells, adjust the row
height/column width to fit and refer the adjacent cell to the data you want
to print.

E.g. A1 = "Invoice Number" and A2 = Invoice #, etc.
Invoice# would be on another sheet so you'd put something like:
= Sheet1!A6

You'll need to play about with the layout to get it to look like you want it
to.

Or
2) Set up a Word Doc. as your invoice, use bookmarked formfields for the
places where your data is to go.
From within Excel VBA, open the Word Doc., fill the formfields with your
data and print out the Doc.

Option 2 will give you a much more professional looking invoice but is a
little more difficult to set up.

If you need more details, get back here and I'll post some code.

Henry


"Pat Flynn" wrote in message
...
Am looking for a method to create an invoice from data in excel rows ie
name, address, etc, invoice# and amount. Would appreciate it if someone
could
point in right direction.
Thanks
Pat



  #3   Report Post  
Gord Dibben
 
Posts: n/a
Default

Pat

Most likely a separate sheet for the invoice sheet and some VLOOKUP formulas
pointing back to the data sheet to fill in the blanks.

For more on VLOOKUP see Debra Dalgleish's site

http://www.contextures.on.ca/xlFunctions02.html


Gord Dibben Excel MVP

On Tue, 19 Jul 2005 15:21:01 -0700, Pat Flynn
wrote:

Am looking for a method to create an invoice from data in excel rows ie
name, address, etc, invoice# and amount. Would appreciate it if someone could
point in right direction.
Thanks
Pat


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
Excel worksheet linking Shiren Excel Worksheet Functions 0 July 6th 05 05:33 PM
Template in Excel prettytwin1 New Users to Excel 1 March 9th 05 09:22 PM
Why does excel create a copy of the worksheet i open Renee Excel Discussion (Misc queries) 4 March 2nd 05 06:17 PM
Can I create a new worksheet in excel with preset formating? pertimesco Excel Discussion (Misc queries) 2 March 1st 05 07:32 PM
Create invoices from excel workbook KJH Excel Worksheet Functions 5 December 22nd 04 02:21 PM


All times are GMT +1. The time now is 09:46 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"