View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dan Fisher Dan Fisher is offline
external usenet poster
 
Posts: 4
Default Group Action of CheckBox Control in Excel 2000

I would like to place several CheckBox Controls on an Excel 2000 Worksheet
and get them to behave as a group, where only one member of the group can
have the checked state at a time. I am using the CheckBox control from the
Conrol Toolbox Toolbar. These CheckBox Controls have a GroupName property
which I have set to the same value.

Do I need some kind of suitable container? Is there some other trick. This
is easily done with VB and other programming environments.

Any help would be appreciated.

Regards,

Dan Fisher