Hello,
I need to be able to call a Sub during a specific hour of the day withOUT user intervention. It should be called when the hour is equal to (a number). Such as 4 for 4 a.m. It's a timer but the frequency is every 24 hours on what ever hour of the day a variable specifies.
I would like to set the hour to a variable so I can later pull the value in from a database.
It is very UNimportant when during that hour this occures. Accuracy is not important. It could be 4:04 or 4:55. It can be different every time.
Sincerely,
steve
I have heard that the timer can use a lot of CPU. This is going to be running on a server and should use as few resources as possible.
I need to be able to call a Sub during a specific hour of the day withOUT user intervention. It should be called when the hour is equal to (a number). Such as 4 for 4 a.m. It's a timer but the frequency is every 24 hours on what ever hour of the day a variable specifies.
I would like to set the hour to a variable so I can later pull the value in from a database.
It is very UNimportant when during that hour this occures. Accuracy is not important. It could be 4:04 or 4:55. It can be different every time.
Sincerely,
steve
I have heard that the timer can use a lot of CPU. This is going to be running on a server and should use as few resources as possible.