I have a macro that imports some files and massages data. It works fine except for a couple things. The possibility exists that the data being imported will contain some crap that will cause an import error table to be created. I don't care about the table, so I have a "delete object" action for this import error table at the beginning of my macro. The problem is that if the table doesn't get created, the macro fails the next time it's run because it can't find the named object.
Is there another way to delete a table in a macro that won't cause an error if the table isn't there?
Is there another way to delete a table in a macro that won't cause an error if the table isn't there?