I have two VBA scripts that execute external data queries, I need information from the first to determine the guidelines for the second. However, when I set them up as concurrent calls in a VBA script, the second hangs because the screen has not finished updating for the second to look for it's criteria.
I'm looking for either a way to get the data from the query during the VBA script process of the first, or get the screen update to complete before the second VBA script begins.