Created
May 31, 2025 19:14
-
-
Save GameLord2011/106c7abb28a17ca7d52bdeead6a60cd1 to your computer and use it in GitHub Desktop.
INTERNET EXPLORER ON WINDOWS 11?!?!?!?!?!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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