G Guest Feb 18, 2005 #1 I need to auto exit MS Excel 2000 when user leaves workbook open over night. Is there any timer controll that I can use?
I need to auto exit MS Excel 2000 when user leaves workbook open over night. Is there any timer controll that I can use?
S Steve Feb 18, 2005 #2 Aaron blood has an example how to shut down after a period of inactivity: http://www.xl-logic.com/pages/vba.html
Aaron blood has an example how to shut down after a period of inactivity: http://www.xl-logic.com/pages/vba.html
N NickHK Feb 18, 2005 #3 Jacques, From Help: Application.OnTime(EarliestTime, Procedure, LatestTime, Schedule) NickHK