PageSetup.RightFooterPicture Property
Excel Developer Reference |
Returns a Graphic object that represents the picture for the right section of the footer. Used to set attributes of the picture.
Syntax
expression.RightFooterPicture
expression A variable that represents a PageSetup object.
Remarks
The RightFooterPicture property itself is read-only, but not all of its properties are read-only.
Example
The following example adds a picture titled Sample.jpg from the C: drive to the right section of the footer. This example assumes that a file called Sample.jpg exists on the C: drive.
Visual Basic for Applications |
---|
|
See Also