Thanks PGC. You are really being a help. Now my next hurdle. I want to be able to create a a database with the information from the invoices. On a second sheet in the workbook called "Data", I want to list the Shop ID, Date, Time, Customer Name, Address, D/L#, etc. in front of every item in the transaction. The transaction area on the invoice sheet is between cells a20-f27. So what I'm thinking is: that in cells A1 to L1 of the "Data" worksheet, I referred to the corresponding cell on the Invoice sheet was. But I need to write the code to make it only list the data in A1 to L1
'List and Define the repeating information in row 1 as a variable - The shop info and customer info is 12 columns wide.
'Locate the transaction area of the invoice sheet - which is from A20 to F27
(Either a Loop or IF/Then Statement)
'If data exists in A20:F20, then copy info and paste to column M of "Data" sheet and place the Variable data in the cells before
Then look to A21:F21, and repeat
and so on until A27:F27
If no data is in the next row, stop.
I can't figure out how to post a picture of my invoice to this message board to help explain. If you want to discuss this through personal email, I'd be glad to talk to you.