freqsounds
-
Total Posts
:
9
- Scores: 0
-
Reward points
:
0
- Joined: 5/24/2010
-
Status: offline
|
VBA: DoEvents not working... Any alternatives?
Monday, July 25, 2011 6:59 AM
( permalink)
Hello, I am writing some code in VBA, and this one has me stumped. In one of my subs, I am calling a function that runs some more code, but it takes a while. What I would like to do is call the function, but have the sub continue while the function is running. Is this even possible? I tried DoEvents in both the sub and function to no avail. Any help would be greatly appreciated!!
|
|
|
|