chemin = Environ("userprofile") & "\DeskTop\imgtemp.jpg"
SavePicture UserForm1.Image1.Picture, chemin
With Sheets(1)
.Shapes.AddPicture chemin, False, True, Cells(2, 3).Left, Cells(2, 3).Left, UserForm1.Image1.Width, UserForm1.Image1.Height
End With
kill chemin