bugelboy93
New Member
- Joined
- Jan 17, 2006
- Messages
- 16
I have a userform for data entry which populates a worksheet:
txtTrackingNumber
txtDate
txtName (should this even be a text box?)
I want Name to be able to accept one or more values and give me as many rows as there are values in Name, with the Tracking Number and Date being duplicated in each row.
e.g. what I enter:
Tracking Number - 08-0001
Date - 6/10/08
Name(s): Smith, Jones, Brown
What I get in my Excel sheet:
Tracking Number <<tab>>Date<<tab>>Name
08-0001 <<tab>> 6/10/08 <<tab>> Smith
08-0001 <<tab>> 6/10/08 <<tab>> Jones
08-0001 <<tab>> 6/10/08 <<tab>> Brown
Thanks in advance
txtTrackingNumber
txtDate
txtName (should this even be a text box?)
I want Name to be able to accept one or more values and give me as many rows as there are values in Name, with the Tracking Number and Date being duplicated in each row.
e.g. what I enter:
Tracking Number - 08-0001
Date - 6/10/08
Name(s): Smith, Jones, Brown
What I get in my Excel sheet:
Tracking Number <<tab>>Date<<tab>>Name
08-0001 <<tab>> 6/10/08 <<tab>> Smith
08-0001 <<tab>> 6/10/08 <<tab>> Jones
08-0001 <<tab>> 6/10/08 <<tab>> Brown
Thanks in advance