I want to download latest excel file from share point to local folder path using VBscript.
I have the VBscript code it is down loading current month file if it is present,that is this month file it is downloading if it present in share point but i want to download latest file upload in share point.
Ex: my file formate is :
10_2014 Filename.xlsx...etc..
if they uploaded 12_2014 Filename.xlsx file then i want to download this file.
i am using following code but it is downloading current month file: