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.