K
kenrav
In my code, I'm using TransferSpreadsheet and all is working fine. However,
should the spreadsheet contain an error, a table is created within my Acc2007
database containing any errors that ocurred. Although this is nice to have,
I'm worried that I'll end up with countless error tables after awhile.
Is there a switch I can use or a parameter I can set to prevent this table
from being created? (The data is useless.)
I guess I can also look for an error-table after the TransferSpreadsheet
executes and delete it (although the error-table name changes based upon the
worksheet name which migh make it difficult to do so.)
should the spreadsheet contain an error, a table is created within my Acc2007
database containing any errors that ocurred. Although this is nice to have,
I'm worried that I'll end up with countless error tables after awhile.
Is there a switch I can use or a parameter I can set to prevent this table
from being created? (The data is useless.)
I guess I can also look for an error-table after the TransferSpreadsheet
executes and delete it (although the error-table name changes based upon the
worksheet name which migh make it difficult to do so.)