Quote Originally Posted by billboy View Post
delete the previous picture if one was already inserted
Code:
    For Each myPict In ActiveSheet.Pictures
        If myPict.TopLeftCell = Range("E25") Then myPict.Delete
    Next