Appending Data to New Rows

njfeathe85

New Member
Joined
Aug 23, 2011
Messages
9
Hi

I have a spreadsheet that produces invoices and then tracks them for me (with regards how long i've been waiting for it to be paid etc). At the moment I click on "Invoice New" sheet and then click on 'Create New Invoice' Button which runs a VBA Form that I use to populate the invoice template. It finds the address by using a VLookup and it fills the other information into the Invoice. I then use a macro to print the document and save it as a PDF. I then have to go to the other sheet "Invoices" where I have lots of different formulas running and hidden in the background to essentially provide me with the following details:

Date invoice due after 30 Days
Date invocie due based on clients usual payment times
How much Tax to save
How much to put away for tax
Amount left after deductions.

I also use conditional formatting to determine if the invoice is waiting, overdue or ultimately when I enter paid, it I can visually see that it has been paid by the fact it all turns green.

What I want to happen is that when print the invoice by running the print macro, it will find go to the "Invoices" sheet, match the invoice number (As I have them already written in but if it is better to copy them in then thats fine), then copy the Date, Client and Total invoice cost. The formulas I have in the sheet do the rest of the work for me.

This information is then a fixed record. (This rules out using linked cells etc as the data changes on every invoice).

I was wondering about looking down the route of finding the first empty cell in each column and copying the data from the Invoice sheet?

I look forward to your replies.

Cheers
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.

Forum statistics

Threads
1,224,532
Messages
6,179,388
Members
452,908
Latest member
MTDelphis

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