DefaultWebOptions.ScreenSize Property

Word Developer Reference

Returns or sets the ideal minimum screen size (width by height, in pixels) that you should use when viewing the saved document in a Web browser. Read/write MsoScreenSize.

Syntax

expression.ScreenSize

expression   Required. A variable that represents a DefaultWebOptions collection.

Example

This example sets the target screen size at 800x600 pixels.

Visual Basic for Applications
  Application.DefaultWebOptions.ScreenSize = _
    msoScreenSize800x600

See Also