Running a Excel Macro on Unlicensed Excel

Hello All,

I have an automation project in which the bot needs to run the macro from an Excel.
This is running on my machine as Excel is installed & licensed.
But when I am trying to run this on another bot machine where Excel is not licensed, it’s failing there with the pop-up of Excel Unlicensed and asking me to sign Into Excel.

But I thought we don’t need to have Licensed Excel if we are using Excel Process Scope activity.
Is there any other way to run the Macro from an Excel without using Excel Process Scope?

Hello @Aniket_More

Excel (licensed) is required for Excel Activities.
Workbook Activities can be used without Excel is installed, but does not support macros

Regards
Soren

Not possible without licensed Excel @Aniket_More.

Its not even legal to use that unlicenced version at all, regardless of if the activities worked with it or not.

You need to get that version licenced.

So we don’t have Excel Application Installed at all, there is no way to run the Macro

Got it!

2 Likes