Greetings,
I am having trouble finding VBA code that suits my needs and am hoping someone can provide assistance.
I have a client profile worksheet that users populate through a UserForm. They enter first name and last name through 2 separate textboxes within the form along with some other required data. When they click on "Enter Profile", the data goes into a worksheet with the first and last being entered into separate columns on the same row (A & B). Column D uses formulas to join to names together in this format: last name, first name on each row. I would like the macro to go through Column D and if the client exists, generate a msgbox with a warning and then exit the sub.
Any assistance would be appreciated.
Thanks,
C
I am having trouble finding VBA code that suits my needs and am hoping someone can provide assistance.
I have a client profile worksheet that users populate through a UserForm. They enter first name and last name through 2 separate textboxes within the form along with some other required data. When they click on "Enter Profile", the data goes into a worksheet with the first and last being entered into separate columns on the same row (A & B). Column D uses formulas to join to names together in this format: last name, first name on each row. I would like the macro to go through Column D and if the client exists, generate a msgbox with a warning and then exit the sub.
Any assistance would be appreciated.
Thanks,
C