Execute Macro does not work

Dear Community,
why does uipath not start the module where the macro is in ? there is always an error.
If i run it in excel it works perfectly.

Main.xaml (7.3 KB)

@a_kay

You macro name is [FindandExecute] ?

You need to delete ‘’ in Execute marcro input field
Please change “‘FindandExecute’” to “FindandExecute”

you can refer attach project file in below article

That did not work. I already Tried that. My workaround is to create a Button with the Macro in excel and Then I Click it with the click activity.

@a_kay
Unfortunately, It cannot help you.
For another way,You can use Invoke VBA to do that.