Vba MsgBox
Résolu
bobtipitt
-
22 mars 2008 à 03:55
bobtipitt -
bobtipitt -
Bonjour,
Voici, J'ai un probleme je veux afficher se qui est ecrit en B1 sur un MSGBOX
Voici mon code,
Private Sub CommandButton1_Click()
Unload UserForm1
Collem = "B1"
MsgBox "Vous avez choisie " & Collem & " comme lettre"
End Sub
Voici, J'ai un probleme je veux afficher se qui est ecrit en B1 sur un MSGBOX
Voici mon code,
Private Sub CommandButton1_Click()
Unload UserForm1
Collem = "B1"
MsgBox "Vous avez choisie " & Collem & " comme lettre"
End Sub
22 mars 2008 à 12:11