I wanted a way to check if a file on a SharePoint site was updated to the current date.
Typically you can use the FileDateTime function, but it doesn't work with the web. So I search for it and google pointed me to the following VBA get filedatetime from web page |