Hi All, When I run a loop '''' Sub RtextTest() Dim obj As Variant On Error Resume Next For Each obj In ThisDrawing.ModelSpace 'Error on Rtext object 'Even though I have on error resume next the error exits the loop Next End Sub '''' When obj is an Rtext object I get Run-Time error '-2147024770 (8007007E)' Automation error The specified module could be found. Anyone esle come accross this, or know of a workaround. I suspect it is because Rtext does not have a COM interface Mark