How to set up color of fonts in Excl cell

Hello. Does anyone know how to set up font color in excel range?

@Olivera_Kalinic

Please replicate these steps in your code

  1. Drag the “Format Cell” activity into the UiPath workflow.
  2. In the Properties panel, set the “Range” property to the cell that you want to change the color of the font.
  3. In the “Format Cell” activity, you can use the “FontColor” property to set the color of the font.
  4. Run the workflow

if problem is resolved please close the issue

Thanks
Sai Srinivas

Hi @Olivera_Kalinic

Inside the Sequence you can drag & drop excel application scope and in do block you can use Set Range Color or Get Cell Color activity according to your requirements. Attaching screenshot for same.
image
Regards
Naman Jain