Hey there,

I'm writing a python plugin for a geo referencing program called QGIS where I want an Excel sheet to do all my calculations for me. For different data points I need to set certain input values into the spreadsheet (which was already written by someone else).
I'm fine setting the simple int values (using win32com.client) with
Please Login or Register  to view this content.
But how do I do that for option buttons? I tried the following, but it says "...worksheet instance ... object has no attribute 'opt_name'.
Please Login or Register  to view this content.
Any ideas of how to access the option buttons?
Thanks!