Hi there. I've been using the next code to tranfer an excel spreadsheet to Access so I can make relations, etc...[code]
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel97, "MyTable", "MySheet.xls", True [\code]
But now, I have to make it in VB 6.0, so my utility is...