all of the Python add-in tutorials I've seen are fairly simple, e.g., they take two numbers as input and return their sum.
I cannot find any documentation or examples on how to return multiple values in Python. This is done in the C++ method called "methodfour" in the CompleteAddin tutorial mentioned above. If I could figure out how to reimplement "methodfour" in Python, that would probably answer my questions... Handling input range-cells via Python is straightforward, since they are just mapped into tuples, but output range-cells are still illuding me. So my problem is not so much of how to write a prototype of an addin, but rather how to implement something more advanced like "methodFour". Joachim
