Excel VBA Création de formulaire Userform ( part 5 Évitez les Doublons )

Описание к видео Excel VBA Création de formulaire Userform ( part 5 Évitez les Doublons )

Achat du fichier disponible : Rejoignez moi sur skype : sebyoutube

Dim R As Range
Dim Valeurcombobox As String
Valeurcombobox = ComboBox1.Value
Set R = Sheets("Feuil1").Range("B2:B100").Find(Valeurcombobox, LookIn:=xlValues, lookat:=xlWhole)
If Not R Is Nothing Then
MsgBox ("Cette personne est deja enregistrer")
Set R = Nothing
Unload UserForm1
UserForm1.Show
else

Ne pas oublié le " end if "

Pour toute aide perso : rejoignez moi sur skype : SebYoutube
Merci

Комментарии

Информация по комментариям в разработке