Jaafar Tribak
Well-known Member
- Joined
- Dec 5, 2002
- Messages
- 9,786
- Office Version
- 2016
- Platform
- Windows
Hi all,
Is there a vba way of determining if a worksheet has a background picture ?
The above line adds a background picture to the worksheet but how do I check if one already exists ?
This seems basic .. Am I missing something obvious ?
Regards
Is there a vba way of determining if a worksheet has a background picture ?
Code:
ActiveSheet.SetBackgroundPicture Filename:= ...
The above line adds a background picture to the worksheet but how do I check if one already exists ?
This seems basic .. Am I missing something obvious ?
Regards