View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nirmal Singh[_3_] Nirmal Singh[_3_] is offline
external usenet poster
 
Posts: 3
Default Working with check boxes embedded in worksheets

I have a number of check boxes embedded in a worksheet which are all
assigned to the same macro.

Within the macro, how can I establish which is the active check box (ie the
check box that the user has clicked on)?

Nirmal