Hi All,
I am wondering if there is another way to run macros at a scheduled time?
Current I have setup Windows Scheduled Tasks but each time they run they open the database and then close it. But I want to be able to leave the database open and still have the macros run.
I have the following Macros:
Run_Weekly - which appends into another table and then deletes the main table and prints
Run_Monthly - which does the same as above but deletes the Weekly Table
Run_Yearly - which prints the yearly report and deletes the data in the yearly table
is it possible for this to be done via VBA? I'm just not sure who I specify to run once a week, month and year.
There might not be an easy answer but any help would appreciated.
Thank You
I am wondering if there is another way to run macros at a scheduled time?
Current I have setup Windows Scheduled Tasks but each time they run they open the database and then close it. But I want to be able to leave the database open and still have the macros run.
I have the following Macros:
Run_Weekly - which appends into another table and then deletes the main table and prints
Run_Monthly - which does the same as above but deletes the Weekly Table
Run_Yearly - which prints the yearly report and deletes the data in the yearly table
is it possible for this to be done via VBA? I'm just not sure who I specify to run once a week, month and year.
There might not be an easy answer but any help would appreciated.
Thank You
Comment