On 3/26/2011 4:45 PM, Chip Orange wrote:
Hi all,I'd like to discuss the queue method in my class tomorrow; can anyone tell me for certain, does it execute the named routine in a separate thread?
It does not. It executes it in the same thread, whenever your script pauses for more work (either because it's waiting for events or because you explicitly called DoEvents.)
