Create a picturebox or image.
Open the code
Select from the objects list in the code editor, the picture box / image control. (upper left list in code editor)
Upper Right list. choose "Click" from the list of events
So you should have
Private Sub picBoxName_Click()
End Sub
Put the code you want in there and it will run that code when clicked.