Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date format in Excel automation
Message
 
 
To
19/11/2005 00:26:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01070473
Message ID:
01070478
Views:
21
This message has been marked as the solution to the initial question of the thread.
>In Excel automation, how to display date fields in DD/MM/YYYY format. At present it
>is displayed as MM/DD/YYYY format. thnaks in advance.

Try
* Display dates in the second column (B) in DD/MM/YYYY format
oSheet.Range("B:B").NumberFormat = "dd/mm/yyyy"
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform