View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tim Zych Tim Zych is offline
external usenet poster
 
Posts: 389
Default Radio buttons: "mutually exclusive" property?

The GroupName property will do it. The help file explains it well.

--
Tim Zych
www.higherdata.com
Compare data in worksheets and find differences with Workbook Compare
A free, powerful, flexible Excel utility


"DaveO" wrote in message
...
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