D
David Reynolds
Guest
How do you force VBA functions to run in such a way that each consecutive function does not execute until the previous function call has fully completed ? VBA tends to run multiple function calls in parallel rather than in sequence. Must you use macro calls to accomplish this ? Or is there some other feature within VBA modules that enable you to run functions in sequence ?