J
Jim Jones
Some help needed for a VBA novice.
My code starts by deleting some tables. That's OK so long as the table has
not already been deleted. So I need some code which deletes a table but only
if the table exists - something like........
IF my table exists THEN
Delete my table
END IF
Any help much appreciated - as ever!
Jim Jones
Botswana
My code starts by deleting some tables. That's OK so long as the table has
not already been deleted. So I need some code which deletes a table but only
if the table exists - something like........
IF my table exists THEN
Delete my table
END IF
Any help much appreciated - as ever!
Jim Jones
Botswana