I have a simulation tool that's made in Excel VBA which I need to run for a large range of input parameters values.
The VBA code is password protected and I can't access it. I can only fill in the inputs and click the simulate button.
The tool takes 8 input parameters (green) and spits out between 1 and 14 different outputs (red, which depends on the input parameters).
I need to run the tool for a set of different input parameters values.
The first two will always be 1, but the 3rd for example can be [1, 2, 3, 4, 5, 6, 7] and the fourth one can be [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], etc.
Wondering if it's possible to write a script for this to automate it.
Doesn't matter which language it is in.
I might also be able to aqcuire this simulation toon in python format soon. Willing to pay well for this if it's even doable. Here's two examples of different runs with different parameters (3rd parameter was changed from 2 to 3).


The final output should look like this:
