Y
Yvester
I receive the error code 13 when I close the workbook. here is the code :
Private Sub CLIENT_Change()
Worksheets("Facture").Cells(5, 2).Value =
Worksheets("Donnees").Cells(CLIENT.Value + 2, 1)
End Sub
This sub's function is to put a text value taked from the CLIENT combobox
value and to put it in a specific cell.
tx
Private Sub CLIENT_Change()
Worksheets("Facture").Cells(5, 2).Value =
Worksheets("Donnees").Cells(CLIENT.Value + 2, 1)
End Sub
This sub's function is to put a text value taked from the CLIENT combobox
value and to put it in a specific cell.
tx