Inches and Points
Excel
There is an InchesToPoints method.
Dim sngPoints As Single
sngPoints = Application.InchesToPoints(10)
There is NO PointsToInches method.
Word
There is an InchesToPoints method.
Dim sngPoints As Single
sngPoints = Application.InchesToPoints(10)
There is a PointsToInches method.
Dim sngInches As Single
sngInches = Application.PointsToInches(10)
PowerPoint
There are no Methods.
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext