Excel - Prime 7. Change combo box through API
Hi,
I have a combo-box with in a mathcad sheet that I would like to change through Excel + VBA. The combo box is something like this:
option1 ¦ 0
option2 ¦ 1
etc
The idea is to change from excel the state of the combo box. I can add it as an input, so it seems possible but I don;t know what variables I need to pass. I tried "option1" and 1 without luck, VBA tells me that I cant pass that variable to the combo box.
Anyone has experience with this?
Regards,
