How to remove excel cell color

How do i remove excel cell color after using set range color on it?

Any help is appreicated

@zhongyong11 again use set range color and mention ur required range and color as white. I think this work and try it once.

2 Likes

@zhongyong11

Use the same activity again with a different color.

Regards,
Karthik Byggari

I wan the excel to revert to it original color. Which has no color

@zhongyong11

If you want to reset the color, set the color to white. It is the default color pattern in Excel.

Regards,
Karthik Byggari

okay will give it a try. Thanks

you can use system.drawing.color.white or system.drawing.color.transparent but the thing is it will remove your cell border.

3 Likes

You can try this with Macros as well. Create a macro to do your task and execute it from UiPath Studio

Thanks,
Prankur

1 Like

I have encountered the same trouble which the cell color should be none.
Just like other’s recommendation , “system.drawing.color.white” is not the answer.
But I found that with some excel operation steps ,this can be revolved.
If you still be in trouble,
I can give you a sample to solve this problem.

Do you still have the solution? Would be helpful to share :slight_smile:

Try this xaml.
With studio is 2020.10.2,Excel is Microsoft365.
ExcelOperation.zip (77.4 KB)