LeftHeader Property

Applies To

PageSetup Object.

Description

Returns or sets the left part of the header. Read-write.

Remarks

Special format codes can be used in the header text.

See Also

CenterFooter Property, CenterHeader Property, LeftFooter Property, RightFooter Property, RightHeader Property.

Example

This example prints the date in the upper-left corner of every page.


Worksheets("Sheet1").PageSetup.LeftHeader = "&D"