dans un script vbs, quelle ligne de code faut il pour tester si une application comme Excel est deja ouvert et si oui (deja ouverte) mettre fin au script.merci

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
 
Dim Application
Set Application = CreateObject("WScript.Shell")
	Application.run ("Excel.exe")