D
Douglas J. Steele
You can write VBA code to loop through the folder (using the DIR statement),
getting each .XLS file and then use the TransferSpreadsheet method to import
each of the XLS files returned.
getting each .XLS file and then use the TransferSpreadsheet method to import
each of the XLS files returned.