Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Microsoft Excel is present?
Message
From
18/01/2001 20:05:00
 
 
To
12/01/2001 15:30:37
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00463215
Message ID:
00465503
Views:
16
> I need to check if Microsoft Excel is installed for use this:
>this.oExcelSession = CreateObject("Excel.Application")

Try this after the create object line:

llSuccess = vartype(this.oExcelSession) = 'O'

Just find someway to supress the error messages before you try the CreateObject().
Previous
Reply
Map
View

Click here to load this message in the networking platform