Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dates NumberFormat problem
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01379313
Message ID:
01379316
Views:
15
>>Hi everybody,
>>
>>I use Copy to (lcFile) type XLS and then apply custom formatting using the array of field names.
>>
>>Here is the code I just tried
>>
>>
>>IF !EMPTY(taHeader_Info[m.lnK,3]) && There is format information
>>				loRange = loSheet.UsedRange.Offset(m.lnLines + m.lnOffset) && we don't want to apply format for header rows
>>				loRange.COLUMNS[m.lnK].Select
>>				*loRange.COLUMNS[m.lnK].NumberFormat = taHeader_Info[m.lnK,3]
>>				loExcel.Selection.NumberFormat = taHeader_Info[m.lnK,3]
>>			ENDIF
>>
>>
>>Unfortunately, it is still not working for dates.
>>
>>Is there any way to make number format to work on the existing spread sheet?
>>
>>Thanks a lot in advance.
>
>How about:
>
>loExcel.Selection.NumberFormat = "mm/dd/yy;@"
>(not tested!)

I passed laHeader_Info[lnI,3] = "mm/dd/yyyy;@" but it made no difference. The dates are still 23-Jul-08
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform