//HERE IS THE WAY TO INSERT YOUR OWN TEXT INTO THE HTML EDITOR: String TEXT = "YOUR TEXT GOES HERE!"; IHTMLTxtRange range = doc.selection.createRange() as IHTMLTxtRange; range.pasteHTML(TEXT); range.collapse(false); range.select();
That's the bit I got to, could you please let me know where I put this, really sorry if this is obvious and I've missed the answer. I wanted to figure it out myself but I keep getting errors





MultiQuote



|