Sub Test()
myURL = "http://sps.ap.emersonprocess.com/sg/pssops/svcops/APServicePortal/ChartTemplates/IBS-CCR-AP_Prod.xlsx"
Filename = "IBS-CCR-AP_Prod.xlsx"
myURL = Replace(myURL, "http:", "")
myURL = Replace(myURL, "/", "\")
MsgBox FileDateTime(myURL & Filename)
end Sub
Can you review my codes I just wanted to know the when "IBS-CCR-AP_Prod.xlsx" saved in a sharepoint drive, thats why I used FileDateTime but unfortunetly I had an error path not found. Thanks Big Regards
\\sps.ap.emersonprocess.com\sg\pssops\svcops\APServicePortal\ChartTemplates\IBS-CCR-AP_Prod.xlsx