View Single Post
  #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