LeftFooter Property
Applies To
PageSetup object.
Description
Returns or sets the left part of the footer. Read/write String.
Remarks
Special format codes can be used in the footer text. For more information, see Formatting Codes for Headers and Footers.
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"