Error executing Macro

I am receiving an error when UiPath tries to execute a macro within excel application scope. Below I will attach pictures of my workflow along with the error I am receiving.

2 Likes

UiPathError

Hi @jeff1169

Check this

Excel Exception HRESULT: 0x800706BE

Thanks
Ashwin.S

Hello @AshwinS2,

I have read that thread, but it is still unclear to me what the solution is.

Do I need to insert a delay? If so, why?

1 Like

Actually what is ur process

I posted a picture of my workflow above. I simply need to write a cell, and then execute a Macro. Let me know if you need more context.

Is the interop activity been installed

I am unfamiliar with that activity. I have successfully executed macros in other processes. I do not know why this process is having trouble executing the macro.

1 Like

Fine
I hope delay would work, because it might some time to enable the macro in the background and then executing the vb scipt been passed
–so hope that would work on keeping delay before the excel application scope and inside as well before execute macro

Cheers @jeff1169

1 Like

Thank you. I will try this and then post an update with the results.

1 Like

Great
Cheers @jeff1169

interop is a namespace, not an activity. you should import it from here:

1 Like