How to test to see if a computer has Excel installed (any version)?
Posted
by JPJedi
on Stack Overflow
See other posts from Stack Overflow
or by JPJedi
Published on 2010-04-08T17:39:33Z
Indexed on
2010/04/08
17:43 UTC
Read the original article
Hit count: 332
I have a windows form application that when it starts needs to see if the user has Excel installed on the computer and if not display a message informing user that part of functionality will be disabled.
Is their an easy way to perform this check?
Working in Visual Studio 2008 with VB.Net
© Stack Overflow or respective owner