Here's a quick one I hope.
Users are allowed to cut and paste a series of values into a multiline textbox. What I need to have done is have each value placed into the first column of each new row and find the next vacant row in the first column on subsequent entries:
The Data Looks like this inside the TextBox:
ATT09405532
ATT09405533
ATT09405542
ATT09441141
ATT09442023
ATT09469065
ATT09429559
ATT09429591
ATT09429595
ATT09442234
ATT09457425
ATT09457430
With the below code on the userform, all the data transfers to one cell. How can I parse this?
Best!
pt
Bookmarks