View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andrew[_32_] Andrew[_32_] is offline
external usenet poster
 
Posts: 1
Default Simple Way To Step Through Checkboxes

Folks,

Im hoping this is a simple question and Im just being dense.

I have a user form with around 30 check boxes, to select different
graphs to be displayed or hidden. I am wanting to cycle through the
checkboxes and then for each, if the user has checked the box display
the relevant series on the graphs. So the question is how do I step
from checkbox to checkbox to determine its value.

Thanks for any help,

Andrew