I have just automated an excel Flow, but an error saying that excel being opened by other process…i have closed all excel…can any one help on this
Hi @Umesh98761 Try Clearing in task manager, sometimes it might be still running in the background
Happy learning
2 Likes
@nikhil.girish let me check since i am new to ui path i was not familar with this error
Thanks
Sometimes it happens. If I have this problem more than once during development I’m implementing Invoke Power Shell activity and script: Stop-Process -Name “Excel”
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.