worksheet background

S

Steven Li

Is there anyway to get the background picture of a
worksheet in vba?

Thanks in advance for any help,
 
J

jaf

Hi Steven,
Worksheets(1).SetBackgroundPicture "c:\graphics\watrmark.bmp"And
presuming... Worksheets(1).SetBackgroundPicture "" to remove a picture.
 
Top