Closed Thread
Results 1 to 1 of 1

Excel Macro to download most recent file from a URL.

  1. #1
    abhay_547
    Guest

    Excel Macro to download most recent file from a URL.

    Hi All,

    I want to come up with a macro which will download the most recent file from a URL by checking it's modified date. For example I have the files reflecting on my URL in the below way.

    File Name ---------- Modified Date
    abc_2010-10-16 --------- 17-10-2010 6.30pm
    abc_2010-10-13 ---------- 14-10-2010 7.15pm

    The files are not uploaded on regular basis so I can't use the dates as parameters and download the most recent file. I want the macro to check the modified date of all the files which are available on the URL and then download the most recent file from the same consider the name of the same .i.e. it should search for a file the name of which file starts or contains with "abc" and then check it's modified date and download the most recent file from URL.

    I have done some research on this and so far I have found some stuff on the below link.

    http://forums.techguy.org/business-a...ated-file.html

    As of now I have the below code to download the file from a URL.

    Please Login or Register  to view this content.
    Thanks a lot for your help in advance.
    Last edited by abhay_547; 10-13-2010 at 09:47 PM.

Closed 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