Hello everyone,

i have an excel column which contains about 8000 cells. The text inside the cells is formated (two colours are used). Now Each time i want to work with it my excel crashes because of the hight load of formated text. Is it possible to convert my cells into html source text with html tags?

For example Now I have the following string in my cell:

[example 1: This is an example.]

Is it possible to have the string in following or similar form?:

[<font color:"green">example 1 : </font><font color:"red"> This is an exmaple.</font>]

thank you very much