I need to run a macro every hour. Here is what I need to happen.
1. Open Visio Document
2. Set a variable to the current time (at the moment) + 1 hour (varTime)
3. Set a variable that keeps track of the current time (curTime)
4. Once the curTime = varTime, run Macro.
5. Set varTime for the next hour.
This is my logic behind what I need to do. I don't know a lot about the Time functions in Visio. Any input on how to do this efficiently is greatly appreciated!!
Twixman
1. Open Visio Document
2. Set a variable to the current time (at the moment) + 1 hour (varTime)
3. Set a variable that keeps track of the current time (curTime)
4. Once the curTime = varTime, run Macro.
5. Set varTime for the next hour.
This is my logic behind what I need to do. I don't know a lot about the Time functions in Visio. Any input on how to do this efficiently is greatly appreciated!!
Twixman