How to call VB scripts?

I have VB Code which I want to execute using the Automation Studio.

Whether it is possible?

You can use Code Editor - Refer link for more details :

https://www.edgeverve.com/assistedge/knowledge-base/RPA19.1/Automation_Studio/Configuring-Automation-Processes/Process_Components/Code_Editor/Code_Editor.htm?rhhlterm=code&rhsearch=Code%20Edito

Hi @sumit.sagar

I see it working based on DLL.
I want to execute VB scripts.

Hi @Mantri

You can execute code using Code Editor activity

Click Setting → Add New Code Editor

image

It will open code editor to write your code.

One once challange what I face, it taking only C# code not VB.

Hi @sumit.sagar

Is there any way to change language in Code Editor activity?

I used Excel Recorder activity which generated Excel Script activity.

Inside the excel script, I entered my custom VB Code.