Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Winword.exe
Message
From
14/10/2005 06:52:29
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
14/10/2005 00:35:41
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01058585
Message ID:
01059073
Views:
9
>Dear Sir,
>
>Following codes work fine to open Winword.exe
>
>oWord = CreateObject("Word.Application")
>oWord.Visible = .T.
>
>
>But Following code do not work to open excel.exe
>
>oWord1 = CreateObject("Excel.Application")
>oWord1.Visible = .T.
>
>
>Please modify codes to open excel.exe.
>
>Thank in advance
oExcel = CreateObject("Excel.Application")
oExcel.Workbooks.Add
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