Arguments from vbs to uipath is not working

Hello everyone.
I wrote a process that takes input arguments from vbscript but i dont know why it’s not working now.
It is the same code that was working yesterday but when i am running it today it’s not working as argument from vbs to UiPath is not passing.

Picture is attached :


This is the output result from vbscript which acts as argument for UiPath further process

your script is failing at this step. thats why theres no output because it fails before calculating output value

image

might be because theres an existing sheet called “Sheet1” you need to delete it first before doing
wsiBank.name = "Sheet1"

I changed the sheet name before doing some process but it still fails to work.