+ Reply to Thread
Results 1 to 3 of 3

Open all files in a SharePoint folder (Problem: Files open out of order)

  1. #1
    Registered User
    Join Date
    06-01-2011
    Location
    Minnesota, US
    MS-Off Ver
    Excel 2007
    Posts
    5

    Open all files in a SharePoint folder (Problem: Files open out of order)

    My below code is working well with one exception. The workbook opens up each file in a SharePoint directory and copies some data over to the initial workbook. My issue is that the files open out of order which makes the copied data also out of order. Sorting after the fact is not an option as I am also dealing with merged cells. The names of the files I am opening are similar to:

    T1 Plan.xls
    T2 Plan.xls
    T3 Plan.xls
    T4 Plan.xls

    The code below doesn't open the files in order i.e., T1, T2, T3, T4, etc. Instead it opens them T1, T3, T2, etc.

    Any ideas would be much appreciated!

    Please Login or Register  to view this content.
    Last edited by holmstarrunner; 07-10-2012 at 10:00 AM.

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: Open all files in a SharePoint folder (Problem: Files open out of order)

    Suggest dropping the filenames into a spare column, sorting them and then go down this sorted list to open in the desired sequence. An alternative is read the filenames into an array to perform a bubble sort prior to opening the workbooks.
    Martin

  3. #3
    Registered User
    Join Date
    06-01-2011
    Location
    Minnesota, US
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Open all files in a SharePoint folder (Problem: Files open out of order)

    Great idea mrice! Worked like a charm. Below is the code that ensures the files order in order.

    Please Login or Register  to view this content.

+ 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