Data > Form Invoice. And an OpenOffice Calc Question

MidNiteRaver

New Member
Joined
Jul 18, 2005
Messages
32
Hi Board

I have an invoice that has the usual headings (logo, name, address, Bill to, Ship to, Qty, Unit, Description, Price, extension) and usual stuff at the bottom (Freight, Tax, Total, Comments, etc).

The invoice has 10 lines for entry ( I use vlookup and the cat# to reference another sheet for data that fills in description & price).

Is there any way that I can use DATA>FORMS to enter the line items and use it to expand pass the 10 line items to the point where it makes additional pages, while retaining the data at the bottom of the invoice (Freight, Tax, Total, Comments, etc)?

Presently I have to make two versions of the invoice, 2 page and a 1 page, as I don't trust the users to add rows with formulas.

Secondly does anyone know if Calc OpenOffice has a similar feature Excel's to DATA>FORM. We have 3 CPU that have OpenOffice installed and not MS Office.

Any help would be greatly appreciated.

MidNiteraver
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Why not just add a button that will inset a new row?

ActiveCell.EntireRow.Insert

Your formula range will automatically expand that way.

Note that's not necessarily the most reliable though. You'd probably be better off finding the end row of the data entered and enter a new row there. You can use that with End(xlDown). If you post the range in question someone can come up with the appropriate code.

HTH,
 
Upvote 0
Just decided to review all my posts and I notice that I didn't thank you.

Sorry for the delay but thanks for the rsponse. Greatly appreciated.

MidNiteRaver
 
Upvote 0

Forum statistics

Threads
1,214,523
Messages
6,120,038
Members
448,940
Latest member
mdusw

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top