Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Test to see if excel is present
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00771427
Message ID:
00771443
Views:
9
If type("ObjExcel")="O" and not isnull(ObjExcel)
*already up
endif

Or directly if you know say, the sheet name:
If type("ObjExcel.Activeworkbook.Sheet('sheetname')")="O".....



>Hi,
>How can I find out if an instance of excel is already up, even if not
>visible?
>Thanks
>Steve
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform