Returns the height (in screen pixels) of the Screen object display area. Read only Long.
The following example prints the pixel height (400) of the Screen object to the debug window.
World.Screen.Resize 300, 400 Debug.Print World.Screen.PixelHeight