Hi everyone,
I used some codes to insert a picture in a sheet. Then later I want to delete it, but leave the command button. I tried 3 different codes but none of them works.
This one doesn't do anything
Dim Pic As Shape
For Each Pic In ActiveSheet.Shapes
If Pic.Type =...