Delete an image from the cell

Y

Yuva

Delete an image from the cell

Hi

I am transforming html report content (which is generated using XML and
XSLT) into Excel wroksheet. I opened the excel file and delete the image from
the cell but the excel does not allow to delete an image. I could not able to
find the properties of the cell.

How could i delete the image from the cell?

Thanks
Yuva.
 
J

JE McGimpsey

Cells can contain constants, formulae, or errors. They cannot contain
images/shapes.

Images exist in the drawing layer above the sheet, and can be accessed
via the shapes or pictures collection.
 
Top