I have photos embedded in comments. Can I use a formula to copy these photos to another worksheet? I ran the following "getComment" add-in that I found in your archives, and it works on text.
Function getComment(incell) As String
' aceepts a cell as input and returns its comments (if any)...