Method not available?

Hello,

Is use this code:

If rtnav.FindFirstString(“XX9”) Then

Call rtrange.SetBegin(rtnav)

Call rtitem.BeginInsert(rtnav, False)

Call rtitem.AppendRTItem(rtitem2)

End If

And just when I want to append another RichTextItem to this one I get the error message “Method not available”. Then I changed the code into “Call rtitem.AppendText(“Test”)” and it worked.

Why does this code not work? Any other way?

Thanks

Subject: Method not available?

OK just search…

I found informations about this code, that it won’t work after “BeginInsert”. But the workaround is not really a solution.

Maybe someone knows a better way?