Running macro without launching Excel everytime

I have some macro functions in an excel file. I need to call the functions often in my project. So every time i need to call a function, i have to use an excel application scope to open the macro file and then inside it use ‘execute macro’ activity. This will open and close the macro excel every time when i need to call a function.

Is there a better approach?
Can I run the macro code from somewhere else without opening the macro excel?

use a workflow that reads an excel file with all the information and put it to run as soon as you start your application.

@Anandhu

Refer this post

you cab also try UnChecking the Visible Property of the excel application Scope

Hello @Anandhu,

Can you share the functionality of the macro ? if possible.

Regards
Balamurugan.S