View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default CheckBox Selection

Hi Soniya

Loop through them and check the value property

True is selected


--
Regards Ron de Bruin
http://www.rondebruin.nl



"Soniya" wrote in message oups.com...
Hi all,

I have several checkboxes in a userfom and i want to know atleast one
is selected in them.

How can i verify atleast one of them is selected bu using code?

thanks