title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.InchesToPoints method (Excel) |
vbaxl10.chm133148 |
|
|
7689eae4-f533-32e3-d431-4873029a8bc1 |
04/05/2019 |
medium |
Converts a measurement from inches to points.
expression.InchesToPoints (Inches)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Inches | Required | Double | Specifies the inch value to be converted to points. |
Double
This example sets the left margin of Sheet1 to 2.5 inches.
Worksheets("Sheet1").PageSetup.LeftMargin = _
Application.InchesToPoints(2.5)
[!includeSupport and feedback]