I have a picture in a cell that is added using Insert, Pictures, Place in cell.
When the cell that contains the picture is selected, it shows the file path/location of the picture.
Is there a way of returning this file path/location?
When the cell is referenced in some code, it errors as the request to get the location
is actually Error 2015.
TIA
When the cell that contains the picture is selected, it shows the file path/location of the picture.
Is there a way of returning this file path/location?
When the cell is referenced in some code, it errors as the request to get the location
VBA Code:
strPath = Range("Image")
TIA