Results 1 to 2 of 2

Thread: speeds up transferspreadsheet action

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2003
    Location
    Leeds
    Posts
    10

    speeds up transferspreadsheet action

    hello people

    could do with some urgent help here guys/gals,

    I am trying to import a spreadsheet in to a table using the folowing command

    DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel7, "import_data", filepath, False, "monday!F6:" & "AY" & cntr


    but it takes ages. this file is open whilst importing as i make changes to it b4 i import. does ne 1 know how to speed the process up.

    also does any1 know how to import all sheets (mon - Tue) in 1 go rather than having to repeat the code seven times for the individual sheets


    thanks in advance

  2. #2
    Addicted Member
    Join Date
    Aug 2003
    Location
    houston
    Posts
    185
    you could use ado and read it in if all you want to do is import

    link to import excel to access

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width