WebOptions.ScreenSize Property
Excel 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. Can be one of the MsoScreenSize constants. The default constant is msoScreenSize800x600. Read/write MsoScreenSize.
Syntax
expression.ScreenSize
expression A variable that represents a WebOptions object.
See Also