Hello,
I am really struggling with DoEvents. I have very long loops on tables that should first of all be databases and therefore i need to use DoEvents...
however I cannot really understand how exactly it behaves and my research did not fully explained what I need.
1. As I understood, DoEvents tells computer to wait untill current task is performed. Why is this not automatic or why whouldn't I put doevents after "each" line?
2. So where should they be placed? and how often? or after what kind of commands? Id post my example, but its far too long for someone to go trough it...
thanks for any suggestions or useful links!
I am really struggling with DoEvents. I have very long loops on tables that should first of all be databases and therefore i need to use DoEvents...
however I cannot really understand how exactly it behaves and my research did not fully explained what I need.
1. As I understood, DoEvents tells computer to wait untill current task is performed. Why is this not automatic or why whouldn't I put doevents after "each" line?
2. So where should they be placed? and how often? or after what kind of commands? Id post my example, but its far too long for someone to go trough it...
thanks for any suggestions or useful links!