Returns or sets the ideal minimum screen size (width by height, in pixels) that you should use when viewing the saved presentation in a Web browser. Read/write MsoScreenSize.
| MsoScreenSize can be one of these MsoScreenSize constants. |
| msoScreenSize1024x768 |
| msoScreenSize1152x882 |
| msoScreenSize1152x900 |
| msoScreenSize1280x1024 |
| msoScreenSize1600x1200 |
| msoScreenSize1800x1440 |
| msoScreenSize1920x1200 |
| msoScreenSize544x376 |
| msoScreenSize640x480 |
| msoScreenSize720x512 |
| msoScreenSize800x600 Default. |
expression.ScreenSize
expression Required. An expression that returns one of the objects in the Applies To list.
Example
This example sets the target screen size to 640x480 pixels.
Presentations(2).WebOptions.ScreenSize = _
msoScreenSize640x480