+ Reply to Thread
Results 1 to 3 of 3

Batch file to open the most recent excel file

Hybrid View

rajasekhar28 Batch file to open the most... 12-22-2009, 05:32 PM
solnajeff Re: Batch file to open the... 12-22-2009, 06:07 PM
alonso Re: Batch file to open the... 12-30-2009, 08:00 AM
  1. #1
    Registered User
    Join Date
    08-10-2009
    Location
    roanoke,va
    MS-Off Ver
    Excel 2003
    Posts
    7

    Batch file to open the most recent excel file

    @echo off
    for /f "delims=" %%x in ('dir /od /a-d /b *.xls') do set recent=%%x
    start "" "C:\Program Files\Microsoft Office\Office11\excel.exe" "%recent%"

    i'm using the above code, trying to open the most recent excel file in a folder but for some reason its only opening the a new excel file (new workbook) and not the most recent file in the folder. i'm running this batch file in the same folder where i have all the excel files.

    any ideas??

    Thanks

  2. #2
    Forum Contributor
    Join Date
    04-21-2007
    Location
    Lima, Peru
    MS-Off Ver
    2000, 2007, 2010
    Posts
    674

    Re: Batch file to open the most recent excel file

    Hi

    I cannot help you directly but if you check this link,

    HTML Code: 
    you will find code to open the most recent file in a folder. You could add the code to a personal.xls file and add a toolbar and button to open the file from excel.

    Regards

    Jeff

  3. #3
    Registered User
    Join Date
    05-14-2009
    Location
    US
    MS-Off Ver
    microsoft office xp
    Posts
    2

    Re: Batch file to open the most recent excel file

    Sorry I don't know about it. If any one can help then mine also. Thanks In advance.
    We Paint It Industrial Painters provide industrial painting services, storage tank painting, roof and floor protective coatings. Industrial Painting Contractors Alabama, Mississippi, Georgia Storage Tank Painters Macon.

+ 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