Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Dave
Forgot to include this for autosaving Put this in the "This Workbook" section Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean) Application.OnTime Now + TimeValue("00:30:00"), "Save_Me" End Sub Private Sub Workbook_Open() Application.OnTime Now + TimeValue("00:30:00"), "Save_Me" End Sub You will have to try each one, (can't remember which one to use, have got brain damage from a big night at work.) The timer is set for 30 mins, but you can change it to autosave at any time interval you want. Mark. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
"CELL("FILENAME") NOT UPDATE AFTER "SAVE AS" ACTION | Excel Discussion (Misc queries) | |||
In Excel 2003 is there a way to prevent "Save As" and "Print"? | Excel Discussion (Misc queries) | |||
"Save" and "Save As" options greyed out - "Save as Webpage" option | Excel Discussion (Misc queries) | |||
Need a "save & close" button directly on spreadsheet | Excel Discussion (Misc queries) |