79727477

Date: 2025-08-06 15:06:49
Score: 0.5
Natty:
Report link

Try the SavePicture command.

Private Sub SaveActiveXImage()
    
    Dim filePath As String
    filePath = "your\filepath.jpg"
    
    SavePicture Picture:=Sheets("Sheet1").Image1.Picture, Filename:=filePath

End Sub

Full disclosure, this came from this forum post.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: TehDrunkSailor