Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use ActiveX MS office worksheet Excell
Message
From
13/05/2005 07:44:10
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
13/05/2005 05:59:33
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
01013754
Message ID:
01013787
Views:
14
>Hi all
>I would like open a *.xls (or *.dbf) file with ActiveX MS office worksheet Excell with VFP. Edit that file and save it. How do I do that? Where have got documents about using ActiveX MS office worksheet Excell?
>Please help me!
>Thanks
>Canh
lcXLS = < FullpathAndFielNameHere.xls >
local oExcel as Excel.Application
oExcel = createobject("Excel.Application") 
oExcel.Workbooks.Open(m.lcXLS)
oExcel.Visible = .T.
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
Reply
Map
View

Click here to load this message in the networking platform