Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all gurus, help would be appreciated if you can.
I have an excel workbook set on a scheldule and every night at 2 am it will open, i need all the cells updating and the full excel workbook to close after 15 seconds. The code below asks me to save it, i need all this to be done automatically. Public Sub Test_Me() On Error Resume Next Application.OnTime Now + TimeValue("00:00:15"), "CloseMe" End Sub Public Sub CloseMe() Application.ActiveWorkbook.Close End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 compatibility issue | Excel Discussion (Misc queries) | |||
excel 2003 issue | Excel Worksheet Functions | |||
Issue link Excel 2003 | Excel Discussion (Misc queries) | |||
Issue with Excel 2003 | New Users to Excel | |||
excel 2003 issue | Excel Discussion (Misc queries) |