Dim A As Double, B As Double, C As Double, D As Double, E As Double, F As Double
Dim G As Double, H As Double, I As Double, J As Double, K As Double, K As Double
Dim L As Double, M As Double, N As Double, O As Double, P As Double
Dim Q As Double, R As Double, S As Double, T As Double, U As Double
If Me.PRPlante <> "0" Then A = CDbl(Me.PRPlante)
If Me.PrixAchatPlante <> "0" Then B = CDbl(Me.PrixAchatPlante)
If Me.TransPlante <> "0" Then C = CDbl(Me.TransPlante)
If Me.PrixPot <> "0" Then D = CDbl(Me.PrixPot)
If Me.NbPlantePlaque <> "0" Then E = CDbl(Me.NbPlantePlaque)
If Me.PrixPlaque <> "0" Then F = CDbl(Me.PrixPlaque)
If Me.TxtPrMO <> "0" Then G = CDbl(Me.TxtPrMO)
If Me.TxtCoutHrMO <> "0" Then H = CDbl(Me.TxtCoutHrMO)
If Me.PrixChromo <> "0" Then I = CDbl(Me.PrixChromo)
If Me.PrixEntourage <> "0" Then J = CDbl(Me.PrixEntourage)
If Me.PrixEtiquette <> "0" Then K = CDbl(Me.PrixEtiquette)
If Me.PrixCdt <> "0" Then L = CDbl(Me.PrixCdt)
If Me.TxtSoie <> "0" Then M = CDbl(Me.TxtSoie)
If Me.TxtCordelette <> "0" Then N = CDbl(Me.TxtCordelette)
If Me.TxtEtiquetteCarton <> "0" Then O = CDbl(Me.TxtEtiquetteCarton)
If Me.Mousseline <> "0" Then P = CDbl(Me.Mousseline)
If Me.Kraft <> "0" Then Q = CDbl(Me.Kraft)
If Me.DsSmith <> "0" Then R = CDbl(Me.DsSmith)
If Me.TxtPrixAccessoire <> "0" Then S = CDbl(Me.TxtPrixAccessoire)
If Me.PoidsPlante <> "0" Then T = CDbl(Me.PoidsPlante)
If Me.PrixKgPlante <> "0" Then U = CDbl(Me.PrixKgPlante)
Me.CoutRevient.Value = Format(B + (B * C) + D + (F / E) + (G * H) + I + J + K + L + M + N + O + P + Q + R + S + (T * U), "0.000€")