I am trying to use read range activity of excel but i ma getting below error. Can anyone please help me with this
n
I am trying to use read range activity of excel but i ma getting below error. Can anyone please help me with this
I think the range has been mentioned wrongly - “A1:B1” should come instead of “A1:B:1”
Try the range as below
Excel.Sheet(“Sheet1”).Range(“A1:B1”)
Where sheet1 represents the name of the sheet to be read.
Thanks
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.