In Excel, I want to check if a specific cell for instance "C12" has a picture? How could I do this?
You do this by looping through Shapes collection of the worksheet, looking for a shape whose .TopLeftCell has same address as your target range.
.TopLeftCell
548k questions
547k answers
4 comments
86.3k users