CentimetersToPoints Method Example
This example sets the left margin of Sheet1 to 5 centimeters.
Worksheets("Sheet1").PageSetup.LeftMargin = _ Application.CentimetersToPoints(5)