Hi,

I want to ask a question about a timer because I could not be sure about the timer behavior with my own experiments.

Assume that there is a long code (maybe 10 minutes) in a timer and fired. While running this timer, what happens if the user click another object (commandbutton, listbox, displaying modal form etc) on the form? Does the execution jumps to clicked process and resume back to the timer? or timer continue to work seperatelly? or exit from timer sub?

Thank you in advance