I'm trying to use a script to export embedded objects. The log file is showing the following error:
OleLoad failed (OLE23133.OLE)
The code is a bit complicated before to get to the essential, so basically I open a notes document, get the richtext field, get the object from it and then activate it using this line:
Set App = Obj.Activate(False)
And this is where I get the error.
Does anyone have any experience with exporting embedded objects?
OleLoad failed (OLE23133.OLE)
The code is a bit complicated before to get to the essential, so basically I open a notes document, get the richtext field, get the object from it and then activate it using this line:
Set App = Obj.Activate(False)
And this is where I get the error.
Does anyone have any experience with exporting embedded objects?