I created a userform and Excel spreadsheet. Now I want to collect the information from this form to create a database of all customers that fill out the form.
Also made a Criteria Range on a separate sheet and then a Table based on this Criteria range. I then placed formulas directly under each header, corresponding to the Estimate Form created by the UserForm. Then I created a Macro that copied the cell values of each column to the table and then hit tab on the last column and then stopped the macro. I then pasted this macro to the userform hoping that each time I hit close on the userform that the values would not only be placed in the Estimated form for the client to see but also into the Table/Customer Database. This way my database will be populated as people seek estimates for possible purchases.
Current Customer's Name/ Address/ State /Zip /Customer / Model/ CD Player/ Power Doors & Windows/ Remote Starter/ Sunroof/ 4X4 /KitCar Estimate
Joe Schmeling /Max Louis Drive /SD /9877 /Pick-Up/ $200 / $- /$650 / $850 / $-/ $21,200
this is what the Criteria Range looks like (1st Row) and corresponding Values (second Row) I Separated them using the "/" symbol.
Ok now that ive thouroughly confused you too, Is there anyone that can tell me how I can create a database from names that are submitted from my UserForm in VBA?
Also made a Criteria Range on a separate sheet and then a Table based on this Criteria range. I then placed formulas directly under each header, corresponding to the Estimate Form created by the UserForm. Then I created a Macro that copied the cell values of each column to the table and then hit tab on the last column and then stopped the macro. I then pasted this macro to the userform hoping that each time I hit close on the userform that the values would not only be placed in the Estimated form for the client to see but also into the Table/Customer Database. This way my database will be populated as people seek estimates for possible purchases.
Current Customer's Name/ Address/ State /Zip /Customer / Model/ CD Player/ Power Doors & Windows/ Remote Starter/ Sunroof/ 4X4 /KitCar Estimate
Joe Schmeling /Max Louis Drive /SD /9877 /Pick-Up/ $200 / $- /$650 / $850 / $-/ $21,200
this is what the Criteria Range looks like (1st Row) and corresponding Values (second Row) I Separated them using the "/" symbol.
Ok now that ive thouroughly confused you too, Is there anyone that can tell me how I can create a database from names that are submitted from my UserForm in VBA?