How to Activate Specific Excel Sheet as per Sheet Name

I am trying to Activate Excel Sheet Tab as per name using Click Activity. But it is working for first request only, from second request it is failed to clicked on that Sheet. Can anyone please advice the proper resolution.

I want to Activate highlighted Sheet as per below.

I have used below activity.

Below is my Selectors

image

hi @nilesh.mahajan ,

You can make use of Read Range and specify the sheetname with no range . uipath will activate the sheet and control will be on the sheet specified.

With the click sheet approach , Just note down the selector of the Sheet , when the click fails.

  • Compare it to the original selector and replace the differentiating item with a *


Mukesh

2 Likes

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