[email protected] a écrit :
Bonjour,
Et en remplaçant CDate par CDateToISO ? C'est-à-dire :
k.Model.Date = CDate(feuille_bilan.getCellByPosition(3,iLigne).Value)
par :
k.Model.Date = CDateToIso(feuille_bilan.getCellByPosition(3,iLigne).Value)
En tout cas c'est ce que je fais, mais sans passer par le modele, en fait il me
semble que je fais plutôt :
k.Date = CDateToIso(feuille_bilan.getCellByPosition(3,iLigne).Value)
Pascal
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
Merci,
je vais essayer ce soir
Gérard
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]