Hi,
I am tottaly new with the userform and hoping if someone can kindly help me figure the following out pleaseeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee... (meow face)
I am using a userform with text boxes and comboboxes for users to enter the data.
Than I am using following to feed the users entry into the worksheet called "Data"
I am wondering if it is possible to tell the macro that do not enter the text.box value if it is a duplicate?
lets say if UK is already present in the Data worksheet in Column C:C, don't populate that entry and move on to the next on without showing any error or something?
Hope it makes sense?
Kind Regards
I am tottaly new with the userform and hoping if someone can kindly help me figure the following out pleaseeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee... (meow face)
I am using a userform with text boxes and comboboxes for users to enter the data.
Than I am using following to feed the users entry into the worksheet called "Data"
PHP:
.Offset(0, 1).Value = Country.Text
I am wondering if it is possible to tell the macro that do not enter the text.box value if it is a duplicate?
lets say if UK is already present in the Data worksheet in Column C:C, don't populate that entry and move on to the next on without showing any error or something?
Hope it makes sense?
Kind Regards