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: prog-unsubscr...@fr.openoffice.org
For additional commands, e-mail: prog-h...@fr.openoffice.org

Répondre à