Bonjour,
tu fais déjà l'opération sur ta feuille 1 depuis ton userform ajoute les informations de la même manière en sélectionnant ta feuille "historique"
Sheets("Historique litiges").Select
Der_ligne = Range("C65536").End(xlUp).Row + 1
'Insertion des valeurs sur la feuille
Cells(Der_ligne, 2) = numero_litige.Value
Cells(Der_ligne, 3) = TextBox_commande.Value
Cells(Der_ligne, 4) = ComboBox_fournisseurs.Value
Cells(Der_ligne, 5) = TextBox_date.Value
Cells(Der_ligne, 6) = TextBox_bl.Value
Cells(Der_ligne, 7) = ComboBox_reception.Value
Cells(Der_ligne, 8) = ComboBox_traitement.Value
Cells(Der_ligne, 9) = ComboBox_litige.Value
Cells(Der_ligne, 10) = TextBox_details.Value
Cells(Der_ligne, 11) = TextBox_action.Value
Cells(Der_ligne, 12) = ComboBox_statut.Value
tout simplement, les lignes sont à adapter selon le besoin