Is there a way to scroll an IE window down after open it? Thanks.
Set ie = CreateObject("internetexplorer.application")
ie.navigate "http://url"
ie.Visible = True
Technology Tips and News
Is there a way to scroll an IE window down after open it? Thanks.
Set ie = CreateObject("internetexplorer.application")
ie.navigate "http://url"
ie.Visible = True
Hi,
Do you want to achieve this in Excel? If this is the case, I'd recommend you post your question to the Excel for Developers forum as this forum is not for code-related questions and we are not the best resource for coding:
https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=exceldev
If it's only an Internet Explorer related question, please post a new question in the following forum:
https://social.msdn.microsoft.com/Forums/ie/en-US/home?category=iedevelopment
The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
Steve Fan
TechNet Community Support