Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameters for oExcel.Workbooks.Open()
Message
 
 
To
13/09/2006 12:55:52
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01153404
Message ID:
01153433
Views:
18
>>>>Hello,
>>>>
>>>>Can anyone refer me to where I can find more information on what the passing parameters are for opening files in Excel? For example, oExcel.Workbooks.Open(lcXLSfile,?,?,?,?,?,?, etc...?)
>>>>
>>>>TIA...
>>>
>>>Dodi,
>>>
>>>
>>>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/off2000/html/xlmthOpen.asp
>>
>>Thanks.
>>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/off2000/html/xlmthOpen.asp
>>
>>Says that txtCodePage is not used in English Excel. It would be nice if we can just specify code page.
>
>I don't find any ref to txtCodePage. What do you mean ?

SaveAs Method


Saves changes to the sheet (Syntax 1) or workbook (Syntax 2) in a different file.

Syntax 1

expression.SaveAs(Filename, FileFormat, Password, WriteResPassword, ReadOnlyRecommended, CreateBackup, AddToMru, TextCodePage, TextVisualLayout)

Syntax 2

expression.SaveAs(Filename, FileFormat, Password, WriteResPassword, ReadOnlyRecommended, CreateBackup, AccessMode, ConflictResolution, AddToMru, TextCodePage, TextVisualLayout)
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform