+ Reply to Thread
Results 1 to 2 of 2

What is the fastest way to bulk load data into Excel?

  1. #1
    Gail Hurn
    Guest

    What is the fastest way to bulk load data into Excel?

    I need to load a large amount of data into Excel. Right now, I'm creating a
    CSV file and loading the CSV using Worksheet.QueryTables.Add(fileName, cell,
    missing). It seems pretty fast, but I was wondering if this is the best way
    to do this or is there another way that would be even faster.



  2. #2

    RE: What is the fastest way to bulk load data into Excel?

    Workbooks.OpenText should work.

    Ryan

    "Gail Hurn" wrote:

    > I need to load a large amount of data into Excel. Right now, I'm creating a
    > CSV file and loading the CSV using Worksheet.QueryTables.Add(fileName, cell,
    > missing). It seems pretty fast, but I was wondering if this is the best way
    > to do this or is there another way that would be even faster.
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1