View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DaveO[_2_] DaveO[_2_] is offline
external usenet poster
 
Posts: 46
Default Radio buttons: "mutually exclusive" property?

I want to use radio buttons on a Userform to allow the user to select
an item from Column A and another item in Column B. As I'm aligning
fields I click the Run Macro button and the Userform appears on
screen. When I click a radio button the previously selected buttons de-
selects. That would be fine, ordinarily, but I need the choice from
column A to persist when the user selects from column B.

Is there a radio button property that enables / disables mutual
exclusivity, or to allow mutual exclusivity between certain radio
buttons only?

Thanks
Dave O