View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
dgold82 dgold82 is offline
external usenet poster
 
Posts: 99
Default Scantron -- Fill in bubbles

Thanks. I have been playing around with userforms after your suggestion and
they complicated! I have a worksheet filled with radio buttons that would
actually look nice in a userform but converting the worksheet into a userform
would take forever.

"Bernie Deitrick" wrote:

Use a userform, with radio (option) buttons on frames- one frame per question, 4 option buttons per
frame. Use the click event of the option button to set the value in an appropriate cell.

HTH,
Bernie
MS Excel MVP


"dgold82" wrote in message
...
I am trying to make a worksheet that mimicks a scantron on a standardized
test. I would like to have bubbles with letters in them and when a bubble is
clicked it sends that letter to a regular cell. so it would look something
like this: (a) (b) (c) (d) for question #1. When (a) is clicked it sends the
"A" to a cell on a seperate sheet for calculation purposes.