View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
henry henry is offline
external usenet poster
 
Posts: 1
Default how to access a value from excel option button using visual basic?

Hi,
my name is henry. I want to ask how to access a value in Excel option button
which is using xlformcontrol.xloptionbutton
which the value i want to show in textbox as information.

i've coding :
msgbox excel.xlformcontrol.xloptionbutton
and it displayed number 7 which the const of xloptionbutton
what i want is the value inside the optionbutton not the const.

does anyone know the answer?
thank's in advance