Applies To
PageSetup Object.
Description
Returns or sets the left part of the footer. Read-write.
Remarks
Special format codes can be used in the footer text.
See Also
CenterFooter Property, CenterHeader Property, LeftHeader Property, RightFooter Property, RightHeader Property.
Example
This example prints the page number in the lower-left corner of every page.
Worksheets("Sheet1").PageSetup.LeftFooter = "&P"