Subject Re: Dbase IV
From Bernard Mouille <bernard.mouille@free.fr>
Date Wed, 03 Aug 2022 12:49:44 -0400
Newsgroups dbase.getting-started

Good end of afternoon Akshat,

Thank you for your post.

Correct the international format :

The line 104 in in french :
   oCell.NumberFormat = "jj/mm/aaaa"  &&// French.

For english USA :
   oCell.NumberFormat = "mm/dd/aaaa"  &&// English USA.

Regards,
Bernard.

Akshat Kapoor Wrote:

> Good Evening Bernard,
> >
> > If you have 10 minutes, can you test the attached code after modify the number formats ?
>
> Please find attached dbf file used. Excel file generated and the error I
> get.
> I ignored all errors.
>
> Hope this helps.
>
> Windows 10
> Office 2019
> Plus 12
>
> Regards
> Akshat