News, links, downloads, tips and tricks on Microsoft Access and related
This line will create a linked table to specified worksheet (MySheetName) in Excel workbook:
DoCmd.TransferSpreadsheet acLink,acSpreadsheetTypeExcel9, "MyTable", "C:\MyFile.xls", , "MySheetName$"
No comments:
Post a Comment