I have some very crude code that pings various IP addresses, any fails populate a richtextbox using .append with color coded errors showing time, date and description of fail, this works fine however to see the latest fails I have to keep scrolling down the list, so I wanted it in reverse order with the newest at the top, I have tried various methods like .insert and .text = <string> + .text and they do work unfortunately they lose their formatting so all fails are coloured black. so in a nutshell if possible I want to append to the top of a richtextbox and keep the color formatting of previous errors.

Cheers
Nick