+ Reply to Thread
Results 1 to 5 of 5

opening up files rapidly

  1. #1
    Registered User
    Join Date
    10-03-2015
    Location
    west coast is the best coast
    MS-Off Ver
    excel 2010
    Posts
    113

    opening up files rapidly

    Hello. If I'm using code to open up files. What's the best way to speed how quickly they open?

    I tried this, but it's after the files open: Application.Calculation = xlManual, so I'm not sure it makes it any faster.

    Any advice?

  2. #2
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: opening up files rapidly

    Try something like

    Please Login or Register  to view this content.
    File size can be a contributing factor to the time taken to open, as can file location.
    Shared files on networks tend to be noticeably slower to open than a locally saved copy of the same file.

    edit:

    A couple of things to note with the code suggested.

    If the workbook that you're using the code to open uses a Workbook_Open procedure, then disabling events will prevent that from running.
    If you're opening the workbook in a new instance of excel, then you would need to reference that instance instead of Application.
    Last edited by jason.b75; 10-03-2015 at 05:02 AM.

  3. #3
    Registered User
    Join Date
    10-03-2015
    Location
    west coast is the best coast
    MS-Off Ver
    excel 2010
    Posts
    113

    Re: opening up files rapidly

    Thanks. I'll take a look at this and get back.

  4. #4
    Registered User
    Join Date
    10-03-2015
    Location
    west coast is the best coast
    MS-Off Ver
    excel 2010
    Posts
    113

    Re: opening up files rapidly

    Added it into my code...Wasn't much quicker (file size is probably the biggest factor), but I'll use it with some of my other code. Thanks!!

  5. #5
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: opening up files rapidly

    Do you actually need to open the other file, or can you work with it closed?

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: 12-04-2014, 12:14 PM
  2. [SOLVED] array calculation from 2 files without opening files
    By kevincoxshall in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-02-2014, 03:28 PM
  3. Saving as pdf files from opening an excel files
    By djfscouse in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-29-2013, 12:38 AM
  4. Opening files macro help (forcing directory, opening a tsv file)
    By NukedWhale in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-10-2010, 03:07 PM
  5. Opening data files within zip files automatically
    By HandL in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-09-2008, 10:48 AM
  6. Rapidly Approaching Meltdown
    By walker.oliver in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 08-22-2006, 08:44 PM
  7. [SOLVED] How can I view files chronologically when opening multiple files
    By Stevilsize in forum Excel General
    Replies: 3
    Last Post: 07-25-2005, 08:05 PM

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