Excel Worksheet Background Question

V

Vgolfmaster

I am able to set a background for a worksheet using the page layout
'Background' option, but I am looking for a way to do this using VBA code. I
am not having any luck finding a property or method associated with the
background object in order to do this.

Any suggestions?

tia,

Vgolfmaster
 
V

Vgolfmaster

Sorry all, you can disregard this message - I found my answer!

ActiveSheet.SetBackgroundPicture Filename:=

was what I was looking for !!

Vg
 
Top