SavePicture Me.Image1.Picture, ThisWorkbook.Path & "\temp.jpg"
With ActiveSheet.Pictures.Insert(ThisWorkbook.Path & "\temp.jpg")
.Name = Me.Image1.Name
.Left = [B2].Left
.Top = [B2].Top
.Width = Me.Image1.Width
'.Height = me.image1.width
End With
Kill ThisWorkbook.Path & "\temp.jpg"