Private Sub enregistrer_Click()
If ligne.Value = "" Then
MsgBox ("Tu n'as pas donné le numero de ligne")
Exit Sub
End If
If ComboBox1.Value = "" Then
MsgBox ("Tu n'as pas renseigné le statut de la tache")
Exit Sub
End If
If commentaire.Value = "" Then
Exit Sub
End If
CellB = "E" & ligne.Value
CellC = "C" & ligne.Value
CellD = "F" & ligne.Value
CellE = "D" & ligne.Value
Worksheets("gestionnaire_de_taches").Range(CellB) = Environ("username")
Worksheets("gestionnaire_de_taches").Range(CellC) = ComboBox1
Worksheets("gestionnaire_de_taches").Range(CellD) = Range(CellD) & Chr(10) & Environ("username") & ":" & commentaire
Worksheets("gestionnaire_de_taches").Range(CellE) = MonthView
Unload Me
End Sub
If ligne.Value = "" Then
Exit Sub
If ligne.Value = "" Then
MsgBox ("Tu n'as pas donné le numero de ligne")
Exit Sub
End If
If ComboBox1.Value = "" Then
MsgBox ("Tu n'as pas renseigné le statut de la tache")
Exit Sub
End If
If commentaire.Value = "" Then
Exit Sub
End If
CellB = "E" & ligne.Value
CellC = "C" & ligne.Value
CellD = "F" & ligne.Value
CellE = "D" & ligne.Value
End If
Private Sub enregistrer_Click()
If ligne.Value = "" Then
MsgBox ("Tu n'as pas donné le numero de ligne")
Exit Sub
End If
If ComboBox1.Value = "" Then
MsgBox ("Tu n'as pas renseigné le statut de la tache")
Exit Sub
End If
If commentaire.Value = "" Then
Exit Sub
End If
CellB = "E" & ligne.Value
CellC = "C" & ligne.Value
CellD = "F" & ligne.Value
CellE = "D" & ligne.Value
Worksheets("gestionnaire_de_taches").Range(CellB) = Environ("username")
Worksheets("gestionnaire_de_taches").Range(CellC) = ComboBox1
Worksheets("gestionnaire_de_taches").Range(CellD) = Range(CellD) & Chr(10) & Environ("username") & ":" & commentaire
Worksheets("gestionnaire_de_taches").Range(CellE) = MonthView
Unload Me
End Sub
msgbox ligne.value?
msgbox combobox1.value?
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre questionmsgbox ligne.value
msgbox combobox1.value
Je vais essayer de me debrouiller
toto = "que c'est pourtant simple de savoir ce que contient la variable toto"
msgbox toto