I am looking at all the entities that are AcadRasterImage and making a list of the .ImageFile (path name) property. However, I keep getting a run-time error when accessing the .ImageFile property saying "Null Object ID" How can you trap or test for this error? On Error Resume Next is not trapping the error.