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