Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 131
Default Computer lock time

Hi, is there a way that excel can detect for what duration computer was locked?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,934
Default Computer lock time

What do you mean by "locked"?

--
Rick (MVP - Excel)


"Kashyap" wrote in message
...
Hi, is there a way that excel can detect for what duration computer was
locked?


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 131
Default Computer lock time

Ctrl+Shift+Del and "Lock Computer" in windows2000

"Rick Rothstein" wrote:

What do you mean by "locked"?

--
Rick (MVP - Excel)


"Kashyap" wrote in message
...
Hi, is there a way that excel can detect for what duration computer was
locked?



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,520
Default Computer lock time

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"


--
If this post helps click Yes
---------------
Jacob Skaria


"Kashyap" wrote:

Hi, is there a way that excel can detect for what duration computer was locked?

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 59
Default Computer lock time


Hi Jacob, Will this not work on windowsXP?

and is there a way to track unlock time?


  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 59
Default Computer lock time


Hi Jacob, Will this not work on windowsXP?

and is there a way to track unlock time?
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
computer has to install every time turned on amkeda Excel Discussion (Misc queries) 1 August 30th 09 11:27 PM
How do I call current computer time to a cell? Carol G. Excel Worksheet Functions 9 November 14th 08 04:37 AM
Why does my computer switch to military time? linzers333 Excel Discussion (Misc queries) 1 July 11th 06 02:17 PM
Computer Lock opens up VB editor Phaedrus Excel Programming 2 December 6th 05 12:45 AM
Computer Time Zone Nigel Excel Programming 1 August 2nd 05 04:56 PM


All times are GMT +1. The time now is 07:00 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"