Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Microsoft Excel
Message
 
 
To
15/07/2004 03:54:15
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00924563
Message ID:
00924604
Views:
3
You can use code from Re: Is Word/Excel installed Message #566432 to check if Excel is installed and than query Excel for version.
IF CheckServer("Excel.Application")
  oExcel = CREATEOBJECT("Excel.Application")
  ? oExcel.Version
  ...
ENDIF
>
>How to check if Microsoft Excel is installed on PC and which version?
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform