Auto Save Add-In - STILL not working

C

CharlesF

I recently asked for help on the Auto sAve Add-in that was not retainin
the settings after closing down.

I was advised to load Service Pack 1/1a. I did this and also SP 2 an
3.

However the problem has not been solved and it reverts to "Promp
Before Saving" which is very annoying.

Any other ideas on correcting this?

Thanks :confused
 
D

Dave Peterson

Maybe you could add a line to your personal.xls auto_open macro:

Workbooks("autosave.xla").Excel4IntlMacroSheets("Loc Table") _
.Range("ud01b.Prompt").Value = False
 
Top