Hello Experts,
I am getting the Error : error BC30512: Option Strict On disallows implicit conversions from ‘String’ to ‘IReadRangeRef’. while reading a range of excel cells. Please suggest how to resolve this error.
Hello Experts,
I am getting the Error : error BC30512: Option Strict On disallows implicit conversions from ‘String’ to ‘IReadRangeRef’. while reading a range of excel cells. Please suggest how to resolve this error.
You have to provide the range like this
Excel.Sheet("Sheetname").Range("A1:C4")
Cheers