Application.Top property (Word)
Returns or sets the vertical position of the active document. Read/write Long.
Syntax
expression.Top
expression Required. A variable that represents an Application object.
Example
This example positions the Word application window 100 points from the top of the screen.
Application.WindowState = wdWindowStateNormal
Application.Top = 100
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.