Great work @Monty need to learn lot of thinks from you.Hello Dev.
Excel attatched!
As per your requirment it's completed after spending for 5hrs late night..Hmmm need to sleep for 2hrs now to rush for office.
1) So additionally there is Checkbox as per the screenshot which will select all and deselect all it's out of my interest i felt.
2) i Think one list box is enough for your multi selection of agents which will go and sit in output sheet..
How to test!
Just click on Select all checkbox then enter other fields and click output and check.
Hope you like this..We are good to go with project.
Sleeping time for now..Take care!
View attachment 38622
With UserForm1.ListBox1
For i = 0 To .ListCount - 1
If .Selected(i) Then
Outsht.Cells(lrow + i, 4).Value = .List(i)
Outsht.Cells(lrow + i, 4).Offset(0, -1).Value = UserForm1.TextBox1.Value
Outsht.Cells(lrow + i, 3).Offset(0, -1).Value = UserForm1.TextBox2.Value
Outsht.Cells(lrow + i, 5).Offset(0, 0).Value = UserForm1.TextBox4.Text