Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open Excel file in VFp 6
Message
From
16/01/2003 09:22:52
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
16/01/2003 04:11:30
Mazahir Naya
Kuwait United Co.
Kuwait, Kuwait
General information
Forum:
Visual FoxPro
Category:
CodeMine
Miscellaneous
Thread ID:
00742271
Message ID:
00742343
Views:
16
>Hi to all experts
>i want to open excel file in my application.
>& also i want to work with this excel file
>is it possible in VFP6.
>
>
>regards
>Mazahir
oExcel = createobject('Excel.Application')
with oExcel
 .Workbooks.Open(lcXLSFileFullpath)
* with .ActiveWorkbook.ActiveSheet
*...
 .visible = .t.
endwith
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform