Issue reading an excel range of cells

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.

@varun_vichare

You have to provide the range like this

Excel.Sheet("Sheetname").Range("A1:C4")

Cheers