I'm trying to determine if a cell contains a comment with a picture. While I tried this way and it failed, any which way that works would be fine.
I found this code:
<code>Set shp = Range("C4").Comment.Shape
if shp.Fill.TextureType = msoTextureUserDefined then
end if</code>...