Storing values after input from a user form
Posted by Alan H on April 23, 2001 4:15 PM
I've built a user form in VBA that is used for inputting a number of values into an Excel spreadsheet. The spreadsheet then calculates the values and displays the results on the user form via VBA. It is, in fact, a pricing program.
However, it is only any good for calculating the price of one product at a time. The user form clears all entries prior to the next calculation. How do I store the data so that I can add together the prices of 2 or more products? I would then like to have the stored values shown on a separate Invoice sheet that can then be printed out.