I inserted pictures into cells using the below code. however, suddenly the pictures being inserted started appearing hidden. Can anyone explain?
Sub GetShapeFromWeb(strShpUrl As String, rngTarget As Range)
Dim Shp As Shape
With rngTarget
With .Parent...