DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi

Private Sub UserForm_Initialize()
Image1.Picture = LoadPicture("C:\TestFolder\Skyline.jpg")
End Sub
'
Private Sub CommandButton1_Click()
If Range("A1").Comment Is Nothing Then Range("A1").AddComment
SavePicture Me.Image1.Picture, "C:\TestFolder\myPic.bmp"
Range("A1").Comment.Shape.Fill.UserPicture "C:\TestFolder\myPic.bmp"
End Sub