I have been developing a quoting workbook in which the user is prompted to fill out a user form with all relevant data. The user form then populates a work sheet where further calculations are performed to determine the total cost of a lot of parts based on different labor rates and the cost per part based on lot size.
I would like the button on the user form that populates the worksheet to also generate a quote (.PDF) that is displayed and saved to a folder. Report to include certain user form entry fields and some of the calculated data that happens in the background on the worksheet. Ultimately I would like this quote to be stylized, not in basic Excel formatting. Every time the user form is accessed it should only report on the data entered and the calculated values based off of those entries.
I have little experience with VBA, I have been able to piece together the user form and populating the worksheet (works as intended), I'm just not sure how to get the next step of generating the report.
Any help would be appreciated.
Thanks.
Bookmarks