Save Opened Excel

Hi,

I run a report which prompts the data to be opened in excel.

Whats the best way to get UiPath to save the file?

Regards,
Shawn

@shawnmurray

Use Attach Window activity and indicate that opened excel file and save it using Click activity.

1 Like

I would actually Attach Window and then send Hotkey activity with the following: Ctrl + S

More reliable as it’s a shortcut

1 Like

@ecarles

Yes. Else use Click activity and indicate that save button.

1 Like

Yup. @shawnmurraylet me know if it worked and mark it as a solution if that’s the case

1 Like

So i just use click activity to emulate the manual tasks?

Thanks

1 Like

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