View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Darren Hill[_2_] Darren Hill[_2_] is offline
external usenet poster
 
Posts: 80
Default Class Module query

I have a number of comboboxes grouped via a class module. At the end of the
class module, I want to subdivide the ctrls into sets using a select case
based on the ctrl.name.
But when I attach code to these buttons, it fails.

My query: is there a problem with this approach (having macros triggered by
just a subset of the collection)?
I think the problem could be hidden in my code, but I just want to eliminate
the above possibility.

Darren