Hi all
I need to be able to detect which version of Excel I have installed in my machine from some .NET code I'm developing. I'm currently using Application.Version for that, but it doesn't give me information about Service Packs.
I would preferably to steer away from something like this: http://www.mvps.org/access/api/api0065.htm
Managed code welcomed!