Hello friends
when trying to import a sheet from an excel file I face this problem
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "TempDetails", txtFolderPath.Value & "\" & cboFileName.Value, False, cboSheets.Value & "$"
Sample of Sheet name Include dot
2.4_OTLDetails
This is...