Word VBA to get System Resolution

How to get System Resolution using VBA

Sub VBA_System_Resolution()<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

MsgBox System.HorizontalResolution & " X " & System.VerticalResolution

End Sub