InchesToPoints Method Example
This example sets the left margin of Sheet1 to 2.5 inches.
Worksheets("Sheet1").PageSetup.LeftMargin = _ Application.InchesToPoints(2.5)