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