Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 720 Bytes

Excel.PageSetup.RightHeader.md

File metadata and controls

37 lines (22 loc) · 720 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PageSetup.RightHeader property (Excel)
vbaxl10.chm473100
vbaxl10.chm473100
Excel.PageSetup.RightHeader
97e1780d-d511-d433-0e31-501381e6318d
05/03/2019
medium

PageSetup.RightHeader property (Excel)

Returns or sets the right part of the header. Read/write String.

Syntax

expression.RightHeader

expression A variable that represents a PageSetup object.

Example

This example prints the file name in the upper-right corner of every page.

Worksheets("Sheet1").PageSetup.RightHeader = "&F"

[!includeSupport and feedback]