G
Guest
I have the followinf code
Set picDB = ws.Pictures("DB_LOGO_1")
but if the worksheet does not contain the logo then I get an error,
therefore how can I check if the picture exists before I try to set picDB to
it?
TIA
KM
Set picDB = ws.Pictures("DB_LOGO_1")
but if the worksheet does not contain the logo then I get an error,
therefore how can I check if the picture exists before I try to set picDB to
it?
TIA
KM