Function to return Last-Modified-Date of a Web Page (passed URL)
:
Return to List
' You will need to put the Microsoft Internet Transfer Control (Inet1) on your form to do it.
Inet1.OpenURL strURL
strLastModified = Inet1.GetHeader("Last-modified")
Note to Webmaster