Hello UiPath Experts,
Greetings of the day.
I am having an error in Invoke VBA activity with error message - Device I/O error. [attaching orch logs screenshot for reference]
The macro settings are also enabled in the excel application, attached screenshot for reference.
Below is the .vb script used in Invoke VBA activity [the script is stored in a text file and path is provided via config file]
Function Letter2Number(ColumnName)
Letter2Number = Range(ColumnName & 1).Column
End Function
this is a screenshot of how the activity is Setup in UiPath studio,
Please provide any solution on how this can be fixed.
Appreciate your valuable inputs and time.
Thanks