B
bracq
Guest
j fais une boucle pour afficher dans une feuille la valeur d un textbox (condition checkbox is true) mais j ai une erreur 424
If UserForm1.CheckBox9.Value = True Then
Sheets("input").Cells(44, 2).Value = UserForm.TextBox2.Value
Sheets("input").Cells(44, 3).Value = UserForm.TextBox3.Value
Application.Run _
"'energy removed.xls'!Call_Initial_5th_48kmh"
Application.Run _
"'energy removed.xls'!Makro_5th_Dummy_48kmh_Calculation"
End If
If UserForm1.CheckBox9.Value = True Then
Sheets("input").Cells(44, 2).Value = UserForm.TextBox2.Value
Sheets("input").Cells(44, 3).Value = UserForm.TextBox3.Value
Application.Run _
"'energy removed.xls'!Call_Initial_5th_48kmh"
Application.Run _
"'energy removed.xls'!Makro_5th_Dummy_48kmh_Calculation"
End If