Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Microsoft Excel
Message
From
15/07/2004 07:56:01
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
 
 
To
15/07/2004 03:54:15
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00924563
Message ID:
00924602
Views:
4
Hi Tariq!

>Dear Experts
>How to check if Microsoft Excel is installed on PC and which version?
>Please help

One way would be:
bError = .F.
On error bError = .T.
loExcel = createobj("excel.application")
If bError
   MessageBox("Error")
   ...
   Return
Endif
MessageBox("Version: " + loExcel.Version)
On Error
I hope this help you.
Erick
Força Sempre!
Strength Always!
Previous
Reply
Map
View

Click here to load this message in the networking platform