View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
GS[_6_] GS[_6_] is offline
external usenet poster
 
Posts: 1,182
Default Checkboxes and Captions Not Able to Return Value

Perhaps you could use 3 listbox controls and name them appropriately...

lstYes
lstNo
lstNa

...and set MultiSelect and ListStyle to 1. Then all you need to do is
query each listbox listitem's value.

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion