Hey,
I would like to test if Excel is running and if a certain file is openend in Excel.
Atm I just test if Excel is running as process or not...
I hope this is possible,
Regards,
m0n
Program running with certain filed opened
You need to create VB or Java script and use "Active Script" or "Shell Script" test methods to launch script.
http://www.ks-soft.net/hostmon.eng/mfra ... htm#script
http://www.ks-soft.net/hostmon.eng/mfra ... m#chkShell
Use CreateObject function to create Excel object.
http://msdn.microsoft.com/library/defau ... object.asp
Regards
Alex
http://www.ks-soft.net/hostmon.eng/mfra ... htm#script
http://www.ks-soft.net/hostmon.eng/mfra ... m#chkShell
Use CreateObject function to create Excel object.
http://msdn.microsoft.com/library/defau ... object.asp
Regards
Alex