Application.PointsToInches (Word)

Converts a measurement from points to inches (1 inch = 72 points). Returns the converted measurement as a Single.

PointsToInches (Points)

Points: The measurement, in points.


MsgBox PointsToInches(ActiveDocument.Sections(1) _ 
 .PageSetup.TopMargin)