Skip to content

Instantly share code, notes, and snippets.

@GameLord2011
Created May 31, 2025 19:14
Show Gist options
  • Select an option

  • Save GameLord2011/106c7abb28a17ca7d52bdeead6a60cd1 to your computer and use it in GitHub Desktop.

Select an option

Save GameLord2011/106c7abb28a17ca7d52bdeead6a60cd1 to your computer and use it in GitHub Desktop.
INTERNET EXPLORER ON WINDOWS 11?!?!?!?!?!
Set objExplorer = CreateObject("InternetExplorer.Application")
With objExplorer
.ToolBar = 1
.StatusBar = 1
.Visible = 1
.AddressBar = 1
.Navigate "https://www.google.com/"
End With
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment