I am attempting to have my file autosave after it is idle for a set amount of time, but not close. The function I am using is a common one found when searching on the web, but the problem is that after the idled save and someone attempts to re-activate the sheet by entering data or changing sheets I will receive the an "Run-Time error '1004':" message which says "Method 'OnTime' of object'_Application' failed" and it points me to line
Application.OnTime SchedSave, "SaveWork", , False
the codes that I am using are as follows:
in ThisWorkBook:
and in module1:![]()
Please Login or Register to view this content.
![]()
Please Login or Register to view this content.
Bookmarks