thelocaluk
Technical User
Hi, I use the following VB script to start my application
I don't want this script to run if the applicaion is already open, how do I do that?
Code:
Dim objXL
Set objXL = WScript.CreateObject("Excel.Application")
objXL.WorkBooks.Open "\\Oxfsrv1\USERS\Common\Andre's Work Folder\IQuaTracker\IquaDemo.xls"