I've tried using this method to export an ole object (image) but it keeps saying run-time error 438 object doesn't support this property or method on this line:
OLEobj.SaveAs "Test" & Me.ID.Value & ".jpg"
Original Code:
Private Sub CmdExport_Click() Set OLEobj = Me.OLEField OLEobj.SaveAs "Test" & Me.ID.Value & ".jpg" Set OLEobj = Nothing End Sub
2.1m questions
2.1m answers
60 comments
57.0k users