Hi,
I am facing this error (option strict on disallows implicit conversions from ‘object’ to ‘string’) while reading the data from workbook having multiple sheets.
I have workbook having 500+ sheets. I used Get Workbook sheets activity to get workbook. I passed the output to for each activity. In for each I want to get data of a particular sheet, so i used read range activity, there i passed the for each value. here i am facing the error.
Could anyone help me on this??