Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am J2CJobs on github.
  • I am jobs2careers (https://keybase.io/jobs2careers) on keybase.
  • I have a public key whose fingerprint is B6C5 4178 D215 53F9 863C 42F2 FEBE 7128 31A6 6AE9

To claim this, I am signing this object:

' Set your settings
strHDLocation = "c:\test.xml"
strFileURL = "http://www2.jobs2careers.com/feed.php?id=[id]&pass=[pass]"
' Fetch the file
Set objXMLHTTP = CreateObject("MSXML2.XMLHTTP")
objXMLHTTP.open "GET", strFileURL, false
objXMLHTTP.send()