I am interested in creating a UserForm designed for generating purchase/customer orders. The UserForm contains two Parent-Child frames. In the Child section, I would like to add several TextBoxes for item code, quantity, price, etc., starting with a single empty row.
The user should be able to add as many rows as needed to continue entering data into the TextBoxes. Is it possible to display one row in the UserForm design, and each time the user adds another row, a new empty row containing all the TextBoxes based on the initial design will appear?
Thank you in advance!