Syntax

expression.InchesToPoints(Inches)

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
Inches Required Double Specifies the inch value to be converted to points.

Return Value
Double

Example

This example sets the left margin of Sheet1 to 2.5 inches.

Visual Basic for Applications
Worksheets("Sheet1").PageSetup.LeftMargin = _ Application.InchesToPoints(2.5)
Change size from inches to points? Convert inch units to point units? inches inches to points Inches To Points Method inchesto InchesToPoints inchestopoints method

See also: