Automatically Close Excel

G

Greg

Hello,
Is there a way to automatically close Excel if the user
is inactive for a certain amount of time?
Thanks
Greg
 
T

Tom Ogilvy

there is no built in support for it. You could cobble something together
with the SelectionChange event and the ontime function. Of couse if the
user disabled macros when opening, that wouldn't do much good either.
 
Top