kamalvenug
New Member
- Joined
- Dec 7, 2024
- Messages
- 2
- Office Version
- 365
- 2021
- Platform
- Windows
Hi everybody,
Thanks for the support,please help I have attached the code that I tried doing the below
I have a issue where I have to retain the font color of each words in cell that has delimiter comma.
first i do validation of checking the cell value if the first letter is capital and the Initials are all capital then join them back to display in cell but currently the font color are changing to last word color
eg: Arun a, kmaal k,Jack js
if Arun a is yellow
kmaal k is red
Jack js is saffron
then it should display Arun A, Kmaal K, Jack JS in the same color each word mentioned above however below code is showing all in same color
Thanks for the support,please help I have attached the code that I tried doing the below
I have a issue where I have to retain the font color of each words in cell that has delimiter comma.
first i do validation of checking the cell value if the first letter is capital and the Initials are all capital then join them back to display in cell but currently the font color are changing to last word color
eg: Arun a, kmaal k,Jack js
if Arun a is yellow
kmaal k is red
Jack js is saffron
then it should display Arun A, Kmaal K, Jack JS in the same color each word mentioned above however below code is showing all in same color