option explicit dim tempDate as string dim webURL as string dim fileName as string webURL="www.nekastranica.com/" fileName="data.bin" Inet1.Execute webUrl, "HEAD" & fileName tempDate = Inet1.GetHeader("Date") msgbox tempDate