Every time I try to run a script that includes the line Set xlObj = CreateObject("excel.application") in vbscript, I get an error saying "Line Requires Elevation". I assume this is a permissions issue, but I'm an admin on the machine where I'm trying to run this script, so I'm not sure what I need to do about this.
HKCR\Excel.Application. Read theClassIDand look upHKCR\CLSID\<the class id>. Get theAppIDand look upHKCR\AppID\<the app id>. On Office XP you'll get toHKCR\AppID\{00020812-0000-0000-C000-000000000046}which by default only has the display name of Excel. - Noodles