PageSetup.LeftFooterPicture Property
Excel Developer Reference |
Returns a Graphic object that represents the picture for the left section of the footer. Used to set attributes about the picture.
Syntax
expression.LeftFooterPicture
expression A variable that represents a PageSetup object.
Remarks
The LeftFooterPicture property is read-only, but the properties on it are not all read-only.
Note |
---|
It is required that "&G" is a part of the LeftFooter property string in order for the image to show up in the left footer. |
Example
The following example adds a picture titled: Sample.jpg from the C:\ drive to the left section of the footer. This example assumes that a file called Sample.jpg exists on the C:\ drive.
Visual Basic for Applications |
---|
|
See Also