bonjour
dans les combobox des chifre de 1 a 50
ensuite j ajoute les : pour saparation de l heure/minute et je fait le calcul dans le text box6
ca mache pas pourquoi
merci
If UserForm1.TextBox1.Value = TextBox1.Value Then
TextBox5.Value = UserForm1.ComboBox2.Value & ":" & ComboBox3.Value
End If
If UserForm1.TextBox1.Value = TextBox1.Value Then
TextBox6.Value = UserForm1.ComboBox4.Value & ":" & ComboBox5.Value
End If
'Label12.Caption = Label11.Caption - Label10.Caption
TextBox7.Caption = TextBox6.Text - TextBox7.Text
dans les combobox des chifre de 1 a 50
ensuite j ajoute les : pour saparation de l heure/minute et je fait le calcul dans le text box6
ca mache pas pourquoi
merci
If UserForm1.TextBox1.Value = TextBox1.Value Then
TextBox5.Value = UserForm1.ComboBox2.Value & ":" & ComboBox3.Value
End If
If UserForm1.TextBox1.Value = TextBox1.Value Then
TextBox6.Value = UserForm1.ComboBox4.Value & ":" & ComboBox5.Value
End If
'Label12.Caption = Label11.Caption - Label10.Caption
TextBox7.Caption = TextBox6.Text - TextBox7.Text