I am trying to use code stage to create and use Internet Explorer COM object in Blue prism, like this:
Dim ie as InternetExplorer
ie = new InternetExplorer
But when I tried to add external .dll reference, I got "Unable to load reference library" er...