I tried an Auto archive loop but the undo stack appears to be empty all the time. Code something like -
Sub blahblah
do
if timer-lasttime <300 then
ActiveWorkbook.Save
lasttime = timer
endif
do events
loop while 1<>2
end sub
I'm sure someone is going to tell me there is an auto archive lurking but where?
my next try will be a cell click event (and count + threshold) to trigger a save.
I run a slow system with Norton and Zonealarm (both switched off at the time) and power save on the HDD's. Occasionally a double click on cells crashes Excel (usually when I have an hours work unsaved - I know, stupid but when you are on a roll..........)
It affects the TV (All-in-Wonder Pro) or something else does. It is just at the limit of bearing with it, so if I can solve this auto archive trick and keep the undo stack.............
Sub blahblah
do
if timer-lasttime <300 then
ActiveWorkbook.Save
lasttime = timer
endif
do events
loop while 1<>2
end sub
I'm sure someone is going to tell me there is an auto archive lurking but where?
my next try will be a cell click event (and count + threshold) to trigger a save.
I run a slow system with Norton and Zonealarm (both switched off at the time) and power save on the HDD's. Occasionally a double click on cells crashes Excel (usually when I have an hours work unsaved - I know, stupid but when you are on a roll..........)
It affects the TV (All-in-Wonder Pro) or something else does. It is just at the limit of bearing with it, so if I can solve this auto archive trick and keep the undo stack.............