Hi,
I am working on a translation of part numbers from provider's to my company's standards.
Provider's part numbers contain several words/numbers divided with spaces (all in one cell) - and my code translate them word by word by using vlookups from other sheet.
So, the part number (product of translation from provider's PN) is being built in the code by adding word by word.
I want specific words to be of different color / bold font.
Example:
NewPN = Translation1 & " " & Translation2(RedColor) & " " & Translation3(Bold) & " " & Translation4
Is it possible to build string with specific color of parts (by adding specifications of the font in an example code above) or does it require to be handled in another way? I've found some solutions which apply color change to an existing content of a cell but I was trying to figure out if this can be done as part of translation - one process and not two processes (translation and adding value to a cell, then manipulating the formatting of font)?
If you need more details, let me know. I've last minute changed way to explain the problem and forgot to update Subject - in general the translations that need to be colored differently will be specific values (such as "-") but I didn't want to make it too complicated as I would know how to deal that conditional part - the problem I don't know to solve currently is around manipulating the color.
Thanks for support in advance!
I am working on a translation of part numbers from provider's to my company's standards.
Provider's part numbers contain several words/numbers divided with spaces (all in one cell) - and my code translate them word by word by using vlookups from other sheet.
So, the part number (product of translation from provider's PN) is being built in the code by adding word by word.
I want specific words to be of different color / bold font.
Example:
NewPN = Translation1 & " " & Translation2(RedColor) & " " & Translation3(Bold) & " " & Translation4
Is it possible to build string with specific color of parts (by adding specifications of the font in an example code above) or does it require to be handled in another way? I've found some solutions which apply color change to an existing content of a cell but I was trying to figure out if this can be done as part of translation - one process and not two processes (translation and adding value to a cell, then manipulating the formatting of font)?
If you need more details, let me know. I've last minute changed way to explain the problem and forgot to update Subject - in general the translations that need to be colored differently will be specific values (such as "-") but I didn't want to make it too complicated as I would know how to deal that conditional part - the problem I don't know to solve currently is around manipulating the color.
Thanks for support in advance!
Last edited: