Invoke VBA to Update Excel Combo Box
Hi, I am trying to convert a piece of existing UiPath code into BluePrism. The old UiPath code would invoke VBA code from a .txt file in order to update a combo box value (see below for the code) Sub UpdateComboBox(InputString as string) ThisWo...