I am trying to put together an Office automation; in my Excel spreadsheet I am trying to add a group box with a few radio buttons and a text box, and have this added to a spreadsheet - possible multiple times within the same spreadsheet. I am doing this
within an Office 2007 Excel Workbook type of project.
I am not able to do it the right way.
I tried to build a class that extends GroupBox and put some code that implements the group box behavior, however I seem not to be able to have my box with the radio buttons added in the design mode and then have them running correctly at run time.
kowalsky
Member
69 Points
54 Posts
user control in Excel
Sep 30, 2011 09:02 PM|LINK
hi all,
I am trying to put together an Office automation; in my Excel spreadsheet I am trying to add a group box with a few radio buttons and a text box, and have this added to a spreadsheet - possible multiple times within the same spreadsheet. I am doing this within an Office 2007 Excel Workbook type of project.
I am not able to do it the right way.
I tried to build a class that extends GroupBox and put some code that implements the group box behavior, however I seem not to be able to have my box with the radio buttons added in the design mode and then have them running correctly at run time.
Anybody cares to give me a hint?
thanks,
kowalsky