Hello,
I need studio to perform some shortcuts to a number of excel files. The procedure is stored but when it runs doesn’t start the procedure on the open excel files but sometimes it opens the first excel file that it was recorded on.
The excel files I open with bat commands
1.Is there a way to have UI to perform the automation on an excel file regardles of the name
2.how do I open multiple files of excel with UiPath with specified name.
Use Start Process
activity to open the excel file.
First text box should contain excel exe path & Second textbox should be your excel file path.
After this use Use Application/Browser
to perform your operations as usual.