I want to use this activity to find empty cells in a range on an excel sheet and put another value in it.
I know how to use the activity, but don’t know what to put in the field ‘Value To Find’ to detect empty cells. I tried “”, but this will not work, neither leaving the field empty. Any suggestions?
I can read the range to a datatable, replace the ‘empties’ with linq and write back to excel, but I want to avoid this. I prefer to work straight in excel and want to solve the initial wow.