Thread: Control Arrays?
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
SixSigmaGuy SixSigmaGuy is offline
external usenet poster
 
Posts: 9
Default Control Arrays?

Can I have control arrays in Excel VBA? I have added a bunch of checkboxes
to my worksheet and I want to put the exact same code behind each checkbox's
click event. Is there any way I can manage them without having to duplicate
code?