I have two excel files, one with Range of Cells as
and other excel which needs to take the cell value and highlight the corresponding cell.
So if Range has A101 got to other excel then highlight A101
I am at a point where I can output the Range column but stuck at how to pass the range one at a time to other Excel to be able to Write Cell - Highlight.
First in datatable range should not be in first row or you need to write a condition skip else can use dt.AsEnumerable.skip(1).CopyTodatatable in for each
Instead of "Address" use 0 without inverted quotes