Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to open excel sheet from vfp
Message
From
10/08/2002 06:11:08
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
10/08/2002 04:30:22
Ramachandran Duraiswami
C.G.International Pvt. Ltd.
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00688264
Message ID:
00688277
Views:
16
>hi everyone !!!
>
>i want to open an excel sheet from my vfp program. but without using the OLE container.
>
>how can it be done???
>
>also, when someone is working on that excel sheet, is there any way whereby someone else can also work on that sheet just as we use vfp tables in the shared mode.
>
>i may sound dumb, but pl. help me.
>
>thanx,
>ram.
oExcel = createobject('Excel.application')
with oExcel
 .Workbooks.Open(lcFullpathnameOfXLS)
 .visible = .t.
endwith
Another one cannot open and work on it at the same time (no RW access is allowed).
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