I have a power query ("Query - qry_Riders_Last_5_Years") located on sheet tab "Previous RolledUp Cost Data" which needs to be refreshed only once each workday. I prefer this to happen before everyone gets in and starts their day. This way, they can come in, open the tool and begin working without having to worry about data maintenance.
I know there is a setting in the properties screen, but the highest minute value it allows for is 999. That's just a little more than 16 1/2 hours. So, I need to do this with VB. I cannot use the On Open function and/or query property because it is a shared file that is opened multiple times a day by multiple users. I also am not sure how to handle opening the file and running the script without having an actual person doing it. I think Windows has a scheduler, but I do not know how to use it.
Once the update happens, sheet tab "Dashboard" needs to be auto date/time stamped in cell M5 with the computer ID in M7, assuring users that the data has, in fact, been updated and that the tool is ready to be used.
Can someone assist me with this?
I know there is a setting in the properties screen, but the highest minute value it allows for is 999. That's just a little more than 16 1/2 hours. So, I need to do this with VB. I cannot use the On Open function and/or query property because it is a shared file that is opened multiple times a day by multiple users. I also am not sure how to handle opening the file and running the script without having an actual person doing it. I think Windows has a scheduler, but I do not know how to use it.
Once the update happens, sheet tab "Dashboard" needs to be auto date/time stamped in cell M5 with the computer ID in M7, assuring users that the data has, in fact, been updated and that the tool is ready to be used.
Can someone assist me with this?