Thread: Error code 13
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Yvester Yvester is offline
external usenet poster
 
Posts: 6
Default Error code 13

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

--
Yvester