I have a basic Userform order entry in which I input the following data:
Date
Customer
Ship To Address
Purchase Order #
Parts ordered
Expected Ship Date
Name Of Person Entering Data
I have created the basic functional userform, but as it stands now I can only input a single "part" ("Parts ordered") at a time. Everything else works fine. I would like to be able to Input all the data here, including several items per PO. As it stands now, I can enter multiple items in my "Parts" textbox, but on the worksheet the items are smashed into one cell. How do I get each multiple line in the "parts" textbox to fill its own descending cell (and copy the other info on each corresponding line)?
Date
Customer
Ship To Address
Purchase Order #
Parts ordered
Expected Ship Date
Name Of Person Entering Data
I have created the basic functional userform, but as it stands now I can only input a single "part" ("Parts ordered") at a time. Everything else works fine. I would like to be able to Input all the data here, including several items per PO. As it stands now, I can enter multiple items in my "Parts" textbox, but on the worksheet the items are smashed into one cell. How do I get each multiple line in the "parts" textbox to fill its own descending cell (and copy the other info on each corresponding line)?