View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Todd Huttenstine Todd Huttenstine is offline
external usenet poster
 
Posts: 40
Default Adding controls to a form at runtime

I am trying to add an optionbutton to a form called "KPITargetWizard"
and I am having problems with every code example I find in the message
groups.

Do I need to set any reference to a library?

Can anyone give me an example code of how to add an optionbutton named
"testOptionButton" to my userform?


Thanks
Todd