Hello all
Condition : In the datatable,
if the cells of the row has strikethrough data like pic, i want to go to the next line.
My question is how uipath judge/decide the cell of the row has strikethrogh data.
Thank you in advance
Hello all
Condition : In the datatable,
if the cells of the row has strikethrough data like pic, i want to go to the next line.
My question is how uipath judge/decide the cell of the row has strikethrogh data.
Thank you in advance
@eimon - As per MS office forum…This way you find the strike through text
Select the Range and press Ctrl+H. Ensure that there is nothing in the “Find What” and “Replace With” boxes.
Click on Options > Format > Format > Font and ensure that only Strikethrough is checked > OK
Click on Find All > Close the Find and Replace box
You can try the above using Click activities…or You need VBA code