How do I make the following output "some html" to the IE page
Set IE = CreateObject("InternetExplorer.Application")
IE.Visible = True
IE.document.body.innerHTML = "some html" 'errors here
msgbox "Automation starting, running in the background. Shall confirm completion in approximately 2 minutes"
IE.quit