Top Property Example
Try it with values 0, 200, 700 for Top, one at a time to understand it clearly.
Set objIExplorer = CreateObject("internetexplorer.application")
objIExplorer.visible = True
objIExplorer.Top = 700
See all Methods & Properties of InternetExplorer Object here.