Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Formatting a date column in Excel wtih automation
Message
From
30/01/2006 08:59:51
 
 
To
30/01/2006 01:37:13
Gavin Reid
L & M Marketing Pty Ltd
Frenchs Forest, Australia
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01091328
Message ID:
01091417
Views:
17
This message has been marked as the solution to the initial question of the thread.
>Hi,
>
>I'm trying to format a column in an excel spreadsheet into a date format with excel automation.
>
>The following code:
>
>oExcel = CreateObject("Excel.Application")
>oWOSRWorkBooks = oExcel.WorkBooks.Open(tcXLFile)
>oExcel.Visible = .T.
>oWOSR = oWOSRWorkBooks.WorkSheets[1]
>oWOSR.Columns("Q").NumberFormat = "dd/mm/yyyy" && Format to date
>
>appears to work until I open the spreadsheet, right click on the desired column and click on "Format Cells". The category has been set to "Custom". I want it to be set to "Date". Does anyone know how to use excel automation to set the format of a column to "Date"?
>

Try automating Excel from the Command Window, and then interactively (in Excel) setting the format for a cell to the format you want, choosing one of the date formats. From the Command Window, read the NumberFormat property, then use that one in your code.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform