Check excel 2010 bitness
See the question and my original answer on StackOverflowWhat I would do is
1) open the following registry key:
HKEY_CLASSES_ROOT\CLSID\{00024500-0000-0000-C000-000000000046}\LocalServer
(the guid means "Excel Application")
2) extract Excel's .EXE path from the key's default value (you want to remove all command line arguments)
3) use GetBinaryType on the path.