Bonjour
Utilises la propriété Value
Sheets("Table").Cells(ligne, 1) = Me.Project_number.Value
Sheets("Table").Cells(ligne, 2) = Me.Opening_week.Value
Sheets("Table").Cells(ligne, 3) = Application.Proper(Me.Country)
Sheets("Table").Cells(ligne, 4) = Application.Proper(Me.City)
Sheets("Table").Cells(ligne, 5) = Me.Area
Sheets("Table").Cells(ligne, 6) = Me.Client
Sheets("Table").Cells(ligne, 7) = Application.Proper(Me.Project_name)
Sheets("Table").Cells(ligne, 8) = Me.Amount.Value
Sheets("Table").Cells(ligne, 9) = Me.Project_status
Sheets("Table").Cells(ligne, 10) = Me.Received_order.Value
Sheets("Table").Cells(ligne, 11) = Me.Project_completed.Value
Sheets("Table").Cells(ligne, 12) = Me.Sales
Sheets("Table").Cells(ligne, 13) = Application.Proper(Me.Remarks)