Open the Excel sheet index 1

The name of excel sheet change every time, i need to open every time the first sheet by using read range activity

image

Hello @Soudios

Plz refer to the below post.

Thanks

1 Like

Hello.

Try this:

Use excel application scope activity
create output variable from the property eg: WB
Then use Read range and in the sheet pass like this wb.GetSheets(1)

Hug

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.