Hello All,
I have an Excel sheet. How do I highlight the row, which is remarked as “Duplicate” ?
Hello All,
I have an Excel sheet. How do I highlight the row, which is remarked as “Duplicate” ?
You need to use set range color and pass the row range to it and it will set the color. run a for loop after reading into datatable to get and identify the duplicate keyword
use the index in for each to get the row count.
cheers