Unit4 Excelerator is already installed in my Excel. But, when I tried using Excel automation to perform actions on Unit4 excelerator, I could not find this option in Excel. I am using modern activities( Use Excel) to open excel.
But when I open Excel manually, I can see the Unit4 Excelerator.
I have also tried with classic activities, same issue
@rnahasnahasuddin Modern Excel (Use Excel) in UiPath runs Excel in a background, isolated, COM instance.
This instance does NOT load third-party Add-ins such as:
Unit4 Excelerator
So UiPath cannot “see” or automate buttons from Unit4 Excelerator because the add-in is not loaded in the background Excel instance.
When you open Excel manually, it loads your full profile → so the Unit4 Add-in appears normally.
Solution for these issue is you can open the excel and make instance visible and perform ui actions to achive goal
@rnahasnahasuddin as i mentioned you cant use the option as it was third party insted of that you can opne the excel file and perform Ui Automation on Excel to acive the goal using click and type into
Hey COM-opened Excel does not load any third-party add-ins, including Unit4 Excelerator, so it will never appear inside Use Excel File or ExcelProcessScope.
To use Excelerator, Excel must be launched as a normal user-session application using Start Process (excel.exe) or Open Application, and then you must automate it with normal UI automation.
Modern Excel activities cannot load Unit4 Excelerator, so switching properties will not fix it — the only working approach is opening Excel normally and using UI Automation.
May I know what you are trying to do after the file and the addon are loaded?
If you want to open the excel file and then do some Ui operations like Click on any menu items or something, you can use Start Process activity like this:
First property value will be Excel.exe file path. For me it was - "C:\Program Files\Microsoft Office\Office16\EXCEL.EXE"
Second property will be your excel file to open - your\full\file path\with.xlsx
@Ruhi_Sayyad Thanks For update @rnahasnahasuddin As suggested use Open Application insted of Use excel File and the Unit4 Extension will be visible and Perform Click activity and do further action you have to perform