Hi everyone. i am in the process of creating VBA codes to read total files one by one within the https sharepoint and identifying one file which filename matching with my text. The problem here is the file name will keep on change by the end user.

Current total files are in share point ( https://sharepoint/user%20review/......xls):
sales.xls
customer database.xls
feedback.xls
Branches.xls
Management.xls
Plan 27.xls

What i need is: i need to open the "Plan 27.xls" file. but the number 27 will keep on change by the enduser. The starting file name "Plan" remain same. I found difficulty to match the starting name through macro. It would be great if any one help me on this.