Skip to content

Instantly share code, notes, and snippets.

@midoribashikk
Created January 25, 2022 13:10
Show Gist options
  • Save midoribashikk/ad1586e6f242c14d6e353dbfdabd41ba to your computer and use it in GitHub Desktop.
Save midoribashikk/ad1586e6f242c14d6e353dbfdabd41ba to your computer and use it in GitHub Desktop.
Set obj = CreateObject("InternetExplorer.Application")
obj.Visible = true
obj.Navigate "https://www.github.com/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment