mrdavie007
New Member
- Joined
- Jul 5, 2011
- Messages
- 6
I am writting several macros the goal of which is to update my worksheets based on new information from the web when it becomes available. I've written the entire update process but I would like this to happen at regular intervals for perhaps days or even up to a week at a time. The problem comes in when I want to stop the loop. I don't want to just stop the code excecution because it may be in the middle of performing an update and stopping in the middle of the process would leave undesired affects on the worksheet. Any ideas on how something like this could be done cleanly (i.e. no Ctrl + Break) would be appreciated. I'm trying to keep things looking proffesional, at least on the external even if the code isn't so pretty.