nrdz83
XLDnaute Impliqué
Bonjour à tous voila mon problème j'ai une base de données avec saisie via un userform ça fonctionne trés bien voici le code
' Mise en place des valeurs saisies
DerLig = Range("A" & Rows.Count).End(xlUp).Row + 1
Cells(DerLig, 1) = TextBox1
Cells(DerLig, 2) = ComboBox2
Cells(DerLig, 3) = ComboBox3
Cells(DerLig, 4) = ComboBox4
Cells(DerLig, 5) = ComboBox5
Cells(DerLig, 6) = ComboBox6
Cells(DerLig, 7) = ComboBox7
Cells(DerLig, 8) = ComboBox8
Cells(DerLig, 9) = ComboBox9
Cells(DerLig, 10) = ComboBox10
Cells(DerLig, 11) = ComboBox11
Cells(DerLig, 12) = ComboBox12
Et mon problème est le suivant lorsque dans ma base de données je fais ma formule =somme(b2:L2) il n'y a rien qui s'affiche.
Et si dans ma base de données je rentre les chiffres directement via le pavé numérique la formule somme fonctionne d'ou cela peut il provenir?
A tous merci d'avance et bonne fin de week end , amitiés 🙄
' Mise en place des valeurs saisies
DerLig = Range("A" & Rows.Count).End(xlUp).Row + 1
Cells(DerLig, 1) = TextBox1
Cells(DerLig, 2) = ComboBox2
Cells(DerLig, 3) = ComboBox3
Cells(DerLig, 4) = ComboBox4
Cells(DerLig, 5) = ComboBox5
Cells(DerLig, 6) = ComboBox6
Cells(DerLig, 7) = ComboBox7
Cells(DerLig, 8) = ComboBox8
Cells(DerLig, 9) = ComboBox9
Cells(DerLig, 10) = ComboBox10
Cells(DerLig, 11) = ComboBox11
Cells(DerLig, 12) = ComboBox12
Et mon problème est le suivant lorsque dans ma base de données je fais ma formule =somme(b2:L2) il n'y a rien qui s'affiche.
Et si dans ma base de données je rentre les chiffres directement via le pavé numérique la formule somme fonctionne d'ou cela peut il provenir?
A tous merci d'avance et bonne fin de week end , amitiés 🙄