I have a workbook that is interfacing with another workbook tool maintained by a separate team so I don't have authority to make changes to their tool.
A little background info on what the other team's tool does. It grabs information from a SQL into their workbook and pastes it into sheets. There is a drop down list where you select a plan and then click a button to "Load Information". This kicks off a macro, but at the start of it a UserForm pops up prompting you which server you want to connect to with 3 options (radio buttons). Then there's two buttons on the server that say "Continue" or "Cancel".
What my tool does is it batch runs their tool with a large number of plans at once, and then grabs the information I need and pastes it into my workbook. What I need to figure out how to do is bypass that UserForm every time, I can't have someone sit there and click it every time a new plan needs to be loaded. (I could be loading 500-1000 plans at a time). I know which server I want to connect to and it will always be the same.
So without me having access to change their tool, is there anything I can do to automate that UserForm selection?
Thanks!
A little background info on what the other team's tool does. It grabs information from a SQL into their workbook and pastes it into sheets. There is a drop down list where you select a plan and then click a button to "Load Information". This kicks off a macro, but at the start of it a UserForm pops up prompting you which server you want to connect to with 3 options (radio buttons). Then there's two buttons on the server that say "Continue" or "Cancel".
What my tool does is it batch runs their tool with a large number of plans at once, and then grabs the information I need and pastes it into my workbook. What I need to figure out how to do is bypass that UserForm every time, I can't have someone sit there and click it every time a new plan needs to be loaded. (I could be loading 500-1000 plans at a time). I know which server I want to connect to and it will always be the same.
So without me having access to change their tool, is there anything I can do to automate that UserForm selection?
Thanks!