I have 2 strings which I concatenate using a marker/delimiter ("^^") so that I can do a substitute of ^^->char(10)
- Text1
- Text2
which becomes
Text1^^Text2
and then a multiline cell with
Text1
Text2
What I would like is the create
Text1
Text2
with the Text2 in red as well.
I did try formatting the source cells Text1(plain) and Text2(Bold/Red) in the hope that those styles would be retained, but no luck just yet.
I can get the conditional formatting to make the entire cell bold/red, but that doesn’t seem to work on partial cell content.
If this isn’t possible, can one do a manual search/replace of Text1\nText2 to Text1\nText2 in say an entire column?
Could it be done via a macro?
Any tips/ideas welcomed!
Thanks