I am new to using UI Path community and I have encountered several instances of steps executing perfectly and then just stopping working as expected. One in particular is clicking the ‘File’ tab of the ribbon in excel. I have recaptured several ways, multiple times and it is still not bringing up the following menu, even though I believe I see the clicking action taking place on screen. Any ideas on how to resolve this or why it would not be executing? (I have tried click text ‘FILE’, click image of File tab, and custom ‘Click page tab FILE’'). Appreciate any help!
Opening the file manually outside of UiPath results in normal Excel behavior, and earlier today (before 30 minutes ago) the Excel Application Scopes opened my files normally.
Here’s the answer: Excel remembers the ribbon setting that the user most recently activated.
So if the user prefers to hide the ribbon (and had it hidden when Excel was most recently used), then the Excel Application Scope will open all files with the ribbon hidden. If the user prefers to keep the ribbon visible (and it was visible when Excel was most recently used), then the Excel Application Scope will open files with the ribbon visible.
Pay attention to this detail when you set up the environment for your automations!
I am facing same issue, since when I try to open the excel normally it is not hiding the ribbon, when I start with UiPath its hiding the ribbon.
Any other solution you can suggest.