K Kashyap Mar 31, 2009 #1 Hi, is there a way that excel can detect for what duration computer was locked?
J Jacob Skaria Mar 31, 2009 #4 Within excel there is no event to track this; but you can probably lock your computer from VBA using Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run "rundll32 user32.dll,LockWorkStation"
Within excel there is no event to track this; but you can probably lock your computer from VBA using Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run "rundll32 user32.dll,LockWorkStation"
K Kash Jun 25, 2009 #5 Hi Jacob, Will this not work on windowsXP? and is there a way to track unlock time?
K Kash Jun 25, 2009 #6 Hi Jacob, Will this not work on windowsXP? and is there a way to track unlock time?