I got this Excel file from a coworker, who asked me to remove an image that was stuck. I used the file to create this gif:
When I click on it, it overlaps the image behind it but I cannot delete it. Dragging it does nothing. Right clicking also does nothing.
What kind of image is this, and what can I do to remove it?
82 Answers
To solve this issue, I copied the entire sheet to a new one. The image did not copy to the new sheet. I was then able to re-format the other images so that they fit correctly.
From my understanding, it looks like the image is in the bottom cell. Try using VBA to clear that specific cell.
Range("O25").ClearContents
4