Sorry, I've been on vacation for a few days. What I've noticed from your code that you originally posted with the error after importing the first file is that this line:
DoCmd.TransferSpreadsheet acImport, 8, "TBL_DEC", objFile.Name, True
Should be this:
DoCmd.TransferSpreadsheet acImport, 8...