Is it possible to convert String into IReadRangeRef?

Is it possible to convert String into IReadRangeRef?
image

Hi @wdescalsota

what u are trying to do here ?

Hi @wdescalsota ,

If you are using the Modern Activities Excel Process Scope, then you need to make use of the Reference variable defined under that Scope, by default it is Excel.

For defining the ranges, we can can access the Sheets and then it’s Range in the below Way :

Excel.Sheet("Assets").Range("A1")

Take a Look at the Below Image :

2 Likes

I’m trying to use the activity Find First/Last Row in excel

I did this but I get this error