Hi,
I've recently had a problem where whenever i opened a certain workbook it went into AutoRecover Saving and stayed like that until it crashed.
As a workaround i added
Application.AutoRecover.Enabled = False to Workbook_Open
and
Application.AutoRecover.Enabled = True to Workbook_BeforeClose
This seems to have solved this problem, however now for every other routine (in all workbooks) that i run the Application.ScreenUpdating = False no longer works.
Any ideas?
I've recently had a problem where whenever i opened a certain workbook it went into AutoRecover Saving and stayed like that until it crashed.
As a workaround i added
Application.AutoRecover.Enabled = False to Workbook_Open
and
Application.AutoRecover.Enabled = True to Workbook_BeforeClose
This seems to have solved this problem, however now for every other routine (in all workbooks) that i run the Application.ScreenUpdating = False no longer works.
Any ideas?