Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determine if MS Excel is installed?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01557379
Message ID:
01557597
Views:
77
>How can I tell if MS Excel is installed via VFP 9 ???
>
>Thanks!
TRY
  loApp = CREATEOBJECT("Excel.Application")
CATCH
  MESSAGEBOX("Excel is not installed")
FINALLY
  loApp = NULL
ENDTRY
Luis María Guayán
Tucumán, Argentina
________________________________
SysOp de www.PortalFox.com
Nada corre como un zorro
________________________________
Previous
Reply
Map
View

Click here to load this message in the networking platform