Hi
I know how to check if an Excel application is open on the computer that is being used.
Set colprocesslist = _
objWMIService.ExecQuery("Select * from Win32_Process Where Name = 'Excel.exe'")
But how do you find out if a spreadsheet is open on a network server and what user has it open ?
Please help with an example
thankT
I know how to check if an Excel application is open on the computer that is being used.
Set colprocesslist = _
objWMIService.ExecQuery("Select * from Win32_Process Where Name = 'Excel.exe'")
But how do you find out if a spreadsheet is open on a network server and what user has it open ?
Please help with an example
thankT