View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dgold82[_2_] dgold82[_2_] is offline
external usenet poster
 
Posts: 6
Default letter inside radio buttons (option button)

I have a worksheet filled with option buttons that represent answer
inputs for test questions (looks like a standardized test scantron).
Looks something like this (parenthesis are the little circles):
( ) A ( ) B ( ) C

My users are asking that we somehow put the letters inside the radio
buttons as they sometimes confuse which letter choice goes to the
right radio button. Only problem is that the label box that comes
along with the form control option button is not movable and any
objects I try and put inside the radio button go behind it and cannot
be seen.

If anyone out there knows a good way to do this I would greatly
appreciate some ideas! Thanks.