View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ken Macksey Ken Macksey is offline
external usenet poster
 
Posts: 77
Default Userform CheckBoxes

Hi

Checkboxes are made for multiple selections. I think you need to use
Optionbuttons.
For each column, place a frame on the userform and place optionbuttons in
the appropriate frame.
Only 1 optionbutton per frame can be selected.

HTH

Ken