How can i get excel file in foreground?

hi.
when my workflow runs, excel file is opened background.
i have to click excel file (using click activity) before next activity is executed.
but excel file is opened in background, i can’t click the file.

how can I open excel file in foreground environment?

Hi @leemini,
There are two ways you can do this. First is to add additional click activity to bring excel up. And second you can use Simulate click attribute on click activity so your click action will perform in the background with no need to have excel on the top :wink:

2 Likes

Hi,

Have you used Excel Application Scope activity? Or you are opening the excel app by start process/application activity?

2 Likes

thanks for replying.
I solved it by using activate activity.
but your solution is more simple! I will use it.

1 Like

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