Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the vertical screen resolution in pixels. Read-only Long.
Syntax
expression. VerticalResolution
expression An expression that returns a 'System' object.
Example
This example displays the current screen resolution (for example, "1024 x 768").
horz = System.HorizontalResolution
vert = System.VerticalResolution
MsgBox "Resolution = " & horz & " x " & vert
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.