Centimeters and Points

Excel
There is a CentimetersToPoints method

Dim sngPoints As Single 
sngPoints = Application.CentimetersToPoints(10)

There is NO PointsToCentimeters method


Word
There is a CentimetersToPoints method

Dim sngPoints As Single 
sngPoints = Application.CentimetersToPoints(10)

There is a PointsToCentimeters method

Dim sngCentimeters As Single 
sngCentimeters = Application.PointsToCentimeters(10)

PowerPoint
There are no Methods.



© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext