Hello,
i’m trying to iterate through a spreadsheet using excel process scope. i want to look at a particular column using the if statement:
CurrentRow.ByField(“SLA Breached”).ToString.Trim = “Yes”
if it equals “Yes”, i want to change the font to red. Is there a simple logic to add to the source field to update the particular cell? i’m having issues determining what to write.
@postwick,
i tried @lrtetala way and it worked when i hard coded the column “D” (in my spreadsheet). i tried your way as well, but i’m getting error: BC30512 disallows implicit conversions from String to IReadRangeRef. Any suggestions?