How do I open a SharePoint file using part of the filename?
I have a file that is updated every year (Demand 2016, Demand 2017 etc.)
I currently link the file with the SharePoint url.
Set wb = ThisWorkbook
Set demandWB = Workbooks.Open("http INSERT URL Demand%20Plan%2016.xlsm")
I want to find the file with "Demand" in the name.