In LabWindows/CVI, I need to determine if one or more instances of Microsoft Excel are running. Can anybody point me to a CVI function that would do the job?
I suppose the easiest wat is to try to connect to it: you could use the ActiveX command Excel_ActiveApp (you'll need to load Excel2000.fl instrument driver to use it) and see if it returns an error.