I'm using the following code:
updating it via:
Once the viewable window has filled up, it isn't possible to view new window content without constantly scrolling down.
Is there a way to force the window to scroll down, to constantly view the new window content?
Code:
Set objExplorer =CreateObject("InternetExplorer.Application")
updating it via:
Code:
objExplorer.Document.Body.InnerHTML = strInner
Once the viewable window has filled up, it isn't possible to view new window content without constantly scrolling down.
Is there a way to force the window to scroll down, to constantly view the new window content?