Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VBA + Threads in MS Access [duplicate]

How can I create a process running on a separate thread in MS Access VBA? I would like to create a process that will just sit and wait for a message.

like image 359
Curtis Inderwiesche Avatar asked Apr 10 '09 22:04

Curtis Inderwiesche


1 Answers

You might want to check out this workaround: http://www.excelhero.com/blog/2010/05/multi-threaded-vba.html

It is Excel, but it should be practically the same. It works by building VBScript "agents" and have them execute tasks.. Check the example, it is quite impressive

-Viggo

like image 181
ViggoV Avatar answered Nov 02 '22 05:11

ViggoV