Is there any way to have the steps in a macro wait untill the previous step has finished processing.
I have a macro that
1. opens a table for the user to input the date range for this run.
2. The I want to execute som VBA code that takes these datea and appends a temp table all the dates in this range (other information also).
3. Then runs a query to process this inforamtion and append to another table.
How do i keep the other steps from immediatly execution?
Thanks,
I have a macro that
1. opens a table for the user to input the date range for this run.
2. The I want to execute som VBA code that takes these datea and appends a temp table all the dates in this range (other information also).
3. Then runs a query to process this inforamtion and append to another table.
How do i keep the other steps from immediatly execution?
Thanks,