VB Script coding In uipath

How to use VBScript in Uipath…or how to call VBscript in UiPath

@Arun_Pondhe We can use vbscript by using start process activity

image

1 Like

If you have VB or VBA code , then you can run that using Invoke Code activity or if VBscript, it will also run just by removing the declarations like sub in the code. Or if the file is with the extension .vbs, simply running the file from command prompt or start process will run the code @Arun_Pondhe

1 Like