torilitzau
New Member
- Joined
- Aug 30, 2018
- Messages
- 1
We are trying to write a script that opens Internet Explorer into a webpage that acts like a DOS screen. We then need to begin typing into said webpage. Below is the beginning code we have managed to make but it does not make the IE screen the current active screen to begin typing into and we cannot get words to appear.
Code:
Set IE = CreateObject("InternetExplorer.Application")
IE.navigate "website here"
IE.Visible = True
Dim ObjShell :Set ObjShell = CreateObject("InternetExplorer.Application")