I have an Access application that has a saved import of an excel spreadsheet which I run through code --
DoCmd.RunSavedImportExport ("SavedSpec")
Through a loop, I actually change the XML of this saved specification, and run it several times -- each time changing the name of the file I'm...