Skip to content

Latest commit

 

History

History
35 lines (16 loc) · 614 Bytes

b6ec4b9c-c828-e6fe-2a65-ccddd1b05c30.md

File metadata and controls

35 lines (16 loc) · 614 Bytes

PageSetup.FooterMargin Property (Excel)

Returns or sets the distance from the bottom of the page to the footer, in points. Read/write Double .

Syntax

expression . FooterMargin

expression A variable that represents a PageSetup object.

Example

This example sets the footer margin of Sheet1 to 0.5 inch.

Worksheets("Sheet1").PageSetup.FooterMargin = _ 
 Application.InchesToPoints(0.5)

See also

Concepts

PageSetup Object

Other resources

PageSetup Object Members