Thread: XP Screen Saver
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Timmothy Gransbury Timmothy Gransbury is offline
external usenet poster
 
Posts: 4
Default XP Screen Saver

That is the exact issue that I have, I just wish I could have been as clear as you were. Is there a way around it, I can't manually disable it. Will what John mentioned, "Send Keys", take care of the issue. If so I would appreciate some guidance

Thank

Ti

----- Harald Staff wrote: ----

Joh

Some network policies re-enables the screensaver automatically at certai
intervals to ensure that all workstations are password protected after som
time of "inactivity" -unfortunately defined only as mouse/keyboard activity

Best wishes Haral

"John" skrev i meldin
..
Couldn't you just disable the screensaver using Contro
Panel | Display settings
If not, the only thing I can think of is try sending key

using code. Look at the SendKeys function
Joh

www.spreadsheetsolutions.co
-----Original Message----

This question may seem a little strange, I have looke

around but haven't found an answer that seems to work.
have a program in excel that I wrote that takes between 2
and 45 minutes to run (automates process and dat
collection and creating reports, hundreds of files).
use windows XP and at work, I ahve the problem of th
screen saver kicking on part way through and it creates
problem for some of my code. It is a security issue fo
work, when the screensaver activates it locks the compute
and you ahve to log back in to unlock it (and they won'
change it). Is there a way to either disable this wit
VBA, or put something into my code (22 modules and ove
300 pages) that will occasionally do something that wil
keep the computer active. I have screenupdating turne
off for the whole process to help speed things along
Also if it matters I am running exccel 2002
What can I do ??
Thanks for your tim
Timmoth

Operations Assistan