How can i kill process before using excel application scope

@Soudios

cheers

i am not using this one, i am using classic one

@Soudios

Yea even that is not solving of loading add in?

Can you check if the addins are siabled in the trust center

Cheers

hi Soudios,
hope you are doing well
you can follow this link to get answer

https://docs.uipath.com/activities/other/latest/workflow/kill-process

Thanks

@Anil_G

no same issue

Is it repeating even after using kill process @Soudios

@Palaniyappan
i can’t see the add in on excel

Try repairing the excel
https://docs.uipath.com/studio/docs/microsoft-office-interop-issues
@Soudios

my issue is i can’t see the “Exceleretor” icon when i open excel with UiPath

Can try this way @Soudios

in the properties we have an option that Applies To you can to this

Applies To = KillProcessApplyOn.OnlyCurrentUser

@Soudios

Try this…this will enable the addin

cheers

i don’t really understand how to do this

@Soudios

see basically these are the ways to enable an add in in excel…can you try these

this should enable all the addins

manually is the addin appearing or is somethign being opened?

cheers

@Anil_G

manually its working yes, the add in i want to open is here :
C:\Program Files\Unit4 Report Engine Client\ExceleratorVBAInterface.xlam

can you show me with an example how can i do plz ?

@Soudios

please check this

Recording 2023-10-02 185905.zip (4.2 MB)

cheers

its not working, i found an other solution is to open the excel file with start process but i need to use excel application scope after and i don’t know how to do it.
I tried to check start process into excel application scope but it doesnt work, i need to use 2 activities : Start process and after excel application scope

Is it possible ?

@Soudios

With the addin if you want to do ui automation thwn you need jot use use excel at all…can use open application/browser

Cheers

@Anil_G
ok can you show me how can i do this with open application/ browser :

image

@Soudios

Read cell you cannot do with ui…if you want to performs clicks on addins and all can use ui or vba code

Cheers