Manipulate a UserForm in Excel with Python [closed]

1

I have a button on an excel sheet that calls a form with several things like radio buttons, listbox, etc.

I'm looking for ways to manipulate the comboboxes inside the form with a Python script but I have no idea how to do it.

I have been playing with xlwings but I have only been able to put data in the excel cells, not in the comboboxes inside a form.

Thank you.

    
asked by DanielV 15.09.2017 в 05:16
source

0 answers