Can you pls help me with this?
Balareva has got it all covered
We are not supposed to use third party packages.
Then you can create that on your own. Basically you can have a VBA script to do so
Or you can have a macro to run that part too
Font Property in Excel VBA - Easy Macro Tutorial (excel-easy.com)
Hello, and welcome to the community!
You can use Invoke VBA activity to invoke a Macro in excel.
Check the following workflow:
Forum_ChangeFontColor.zip (8.8 KB)
You can also use this command in the text file if you don’t want to use RGB colors:
Range("a1").Font.Color = vbRed
Other Vb colors:
Let me know if you have any additional question.
Best,
Charbel