ProtectedViewWindow.Left property (Word)

Returns or sets a Long, in points, that represents the horizontal position of the specified Protected View window. Read/write.

Syntax

expression.Left

expression An expression that returns a 'ProtectedViewWindow' object.

Example

The following code example sets the horizontal position of the active Protected View window to 100 point.

With ActiveProtectedViewWindow 
 .WindowState = wdWindowStateNormal 
 .Left = 100 
 .Top = 0 
End With

See also

ProtectedViewWindow Object

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.