Hi,
I have a UserForm with two text boxes. One is where the user will input their full name and the other one is their initials. When the user click submit, it will write those two fields onto a running list on SHEET2. However, it is possible for people to have the same initials. So to avoid duplicate intials, can there be a macro insert an extra letter at the end of the initial to make it unique? Here is an example:
A B
1 DLJA Darren Lee Johnson
2 DLJB Danielle Lynn Jackson
3
So when a third user with the name of "Derrick Lawson Jacobson" enter their information. A macro would go through the list on SHEET2 and realize that they are already two entries with "DLJ", so it will give "Derrick" the initials of "DLJC".
Thanks in advance for your help,
Ngoc
I have a UserForm with two text boxes. One is where the user will input their full name and the other one is their initials. When the user click submit, it will write those two fields onto a running list on SHEET2. However, it is possible for people to have the same initials. So to avoid duplicate intials, can there be a macro insert an extra letter at the end of the initial to make it unique? Here is an example:
A B
1 DLJA Darren Lee Johnson
2 DLJB Danielle Lynn Jackson
3
So when a third user with the name of "Derrick Lawson Jacobson" enter their information. A macro would go through the list on SHEET2 and realize that they are already two entries with "DLJ", so it will give "Derrick" the initials of "DLJC".
Thanks in advance for your help,
Ngoc