I'm trying to insert into CE from using the PasteHTML function. InsertHTML works correctly, but I need the text to be instered at the cursor location. When I issues something as simple as obj_Editor1.PasteHTML("This is a test"); I receive Object doesn't support this property or method.
Thanks in advance