Worksheet.SetBackgroundPicture method (Excel)

Sets the background graphic for a worksheet.

Syntax

expression.SetBackgroundPicture (FileName)

expression A variable that represents a Worksheet object.

Parameters

Name Required/Optional Data type Description
FileName Required String The name of the graphic file.

Example

This example sets the background graphic for worksheet one.

Worksheets(1).SetBackgroundPicture "c:\graphics\watermark.gif"

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.