Simple question (I hope),
When users enter text in the comments box, I want the ability to highlight and change some text to red (like in excel). Any idea how to do this?
I'm currently using the code: SomeControle.ForeColor = vbred
in the fore color box to keep the effect to only one cell (and not the whole column), but this changes all the text in the cell.
Any help would be appreciated.
Thanks.
When users enter text in the comments box, I want the ability to highlight and change some text to red (like in excel). Any idea how to do this?
I'm currently using the code: SomeControle.ForeColor = vbred
in the fore color box to keep the effect to only one cell (and not the whole column), but this changes all the text in the cell.
Any help would be appreciated.
Thanks.