deleting temp tables

L

lynne

I have a macro that creates several temporary tables and
then deletes them at the end. The problem is that one of
the tables isn't created all the time so when macro gets
to the delete line I get a halt because it can't find the
table I've told it to delete. How can I create a
conditional delete - if the table is there, delete it
else skip the delete and continue?

TIA,
Lynne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top