I have an add-in that is protected by my company. My goal is to write some VBA to automate much of the clicking around the add-in. Much of the code in there revolves around what is entered in to userforms so the method I am trying now is to write code to work with those userforms instead of rewriting their code to not use the userforms.
The add-in has a macro in one of the modules that opens the userforms. So I just use that to open the userform, which is not a problem. But how do I access the functions within the userforms? I need to do that to simulate the clicking on the userform.