I made a simple quote generator for my screen printing business and it works great. I got tired of saving each quote to a pdf... so is there a way to make excel record each quote I run? I'd like to keep it in another worksheet in the same workbook. If possible i'd like to time stamp it. I have no idea what this would even be called.
For example:
I run this quote
John doe
Product Price: 1.89
Location 1: 1
Location 2: 1
Location 3: 2
Location 4: 0
Location 5: 0
quantity: 300
Shipping: Y
Price per Item: 5.99
Total: 1797.00
What I would like to have happen each time I do this is:
7/30/14 | John Doe | 1.89 | 1 | 1 | 2 | 0 | 0 | 300 | Y | 5.99 | 1797 |
8/1/14 ect.
My quote generator does not use VBA so there in not a run button that calculates it. That could pose a problem.
Any suggestions?
For example:
I run this quote
John doe
Product Price: 1.89
Location 1: 1
Location 2: 1
Location 3: 2
Location 4: 0
Location 5: 0
quantity: 300
Shipping: Y
Price per Item: 5.99
Total: 1797.00
What I would like to have happen each time I do this is:
7/30/14 | John Doe | 1.89 | 1 | 1 | 2 | 0 | 0 | 300 | Y | 5.99 | 1797 |
8/1/14 ect.
My quote generator does not use VBA so there in not a run button that calculates it. That could pose a problem.
Any suggestions?