i have a template with rules that modify cells colors and colors numbers, when the robot paste the info from table with write range activity over the template this is still in blank but if i open same workbook manually i see the rules are still there and if i click the cell then the color change
how can i “wake up” the colors from excel before i send it to mail.
Please correct me if I’m wrong. Do you want to remove the colors from the excel? If yes please check the below flow. If I’m wrong please correct me, Thank You.
With below code cell colors can be removed from the EXCEL.
VBA Code:
Sub RemoveCellColors()
Cells.Interior.ColorIndex = xlNone
End Sub
these are in white
but i have some rules that detect if the time are > or < than something then bring a color
but using robot doesnt detect that new data is there and i have to open excel and click manually the cell to obtain the color