Color in Excel sheet

you can use the set Range color activity
for the color do following

create a variable e.g with name: rgcol of Datatype System.Drawing.Color
within the default value init it with: Color.FromArgb(255,198,239,206)

and use rgcol for the set Range Color Activity settings

for further reference: How to apply (a)rgb color code on EXCEL cell range - #2 by Jacqui_M

1 Like