TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: civil.eng on August 08, 2021, 02:29:43 AM

Title: Check if Excel is installed
Post by: civil.eng on August 08, 2021, 02:29:43 AM
Hello everyone,
I need a function to check if Excel is install on the system ot not, I think the best way is to figure out from Windows Registry. (It's not matter which version is installed, just returns Excel is installed or not)

Thanks in advance.
Title: Re: Check if Excel is installed
Post by: It's Alive! on August 08, 2021, 03:25:58 AM
if you're using COM, you can call Application.Version
Title: Re: Check if Excel is installed
Post by: VovKa on August 08, 2021, 05:33:50 AM
http://www.theswamp.org/index.php?topic=56804.msg605020#msg605020