VBA: How do I really stop Application.onTime()?
问题 [SOLVED]: Please see answers for solution. Thanks @DaveU. I have already read some questions/threads (eg this or this) about how to stop the VBA Application.OnTime procedure, but I just can't get it to stop! I am using it to pull some data every x seconds. I understand that when I call the OnTime() method I need to pass to it the same time value that was used to schedule the event. I have also tried to introduce multiple commands (that try to cause an error for example) to stop the execution