S
Sandy
Hello!
I have code that takes info from three tables (not at the
same time) and puts it into separate Excel spreadsheets.
This is done via creating a temporary table first,
exporting the data and deleting the temporary table.
Problem: The smaller temporary tables delete with no
problem. The larger one, when I try to delete it with
code, returns a "still in use" message.
Is there some kind of code I can include to wait x amount
of seconds before trying to delete the larger temp table?
Any help will be greatly appreciated!
Sandy
I have code that takes info from three tables (not at the
same time) and puts it into separate Excel spreadsheets.
This is done via creating a temporary table first,
exporting the data and deleting the temporary table.
Problem: The smaller temporary tables delete with no
problem. The larger one, when I try to delete it with
code, returns a "still in use" message.
Is there some kind of code I can include to wait x amount
of seconds before trying to delete the larger temp table?
Any help will be greatly appreciated!
Sandy