Structure of Excel Application Scope

Hi
Within an Excel Scope, I want to read a range in an Excel file. For each row in the range, I want to check/read x1 to x12.
Is it possible to have separate branches for each of the x? Rather than do them sequentially?
Thank you

Here X is a row or column

You can use read range for reading anypart of excel.

If you wanted to read the range X1 to X12 alone. Specify the range X1 in Read Range .

Do you have any specific reason to use Excel Application Scope?

You can use Readrange of workbook activity .

1 Like