hy
i'm presently working in a code that takes a few minutes to run, can go easily to 20/30 minutes depending on what the user wants
i already disable cancel key so the user may not stop the completion of the code but a potencial problem come to mind
what if the user force a crash of excel because assumed it was no longer running?
is it possible that excel autosave the file between the time the code starts and the crash occur?
because in this case the recovered file would be a bad one
is there a command that i could use to disable autosave in the beginning of the program and enable it at the end?
thanks
i'm presently working in a code that takes a few minutes to run, can go easily to 20/30 minutes depending on what the user wants
i already disable cancel key so the user may not stop the completion of the code but a potencial problem come to mind
what if the user force a crash of excel because assumed it was no longer running?
is it possible that excel autosave the file between the time the code starts and the crash occur?
because in this case the recovered file would be a bad one
is there a command that i could use to disable autosave in the beginning of the program and enable it at the end?
thanks