Recent content by esneaker

  1. E

    Import Specific Worksheet From Excel

    That works perfectly! Thanks!! I appreciate your assistance! Right now, I'm deleting the entire table and then calling the ImportExcel VBA...if there's an easier method, without having to close the table and reopening it, that would be awesome! DoCmd.SetWarnings False 'SQL delete statement...
  2. E

    Import Specific Worksheet From Excel

    Greetings! Yes, each workbook has the same field name, same column count, and same sheet name "Access".
  3. E

    Import Specific Worksheet From Excel

    Greetings!! I am new to MS Access and have been trying to use VBA to import a specific worksheet called "Access" in an Excel file (from about 400 users) into a single table. I want the code to search through one folder and import the "Access" worksheet in each Excel workbook within that...
Back
Top Bottom