View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
natanz[_2_] natanz[_2_] is offline
external usenet poster
 
Posts: 40
Default comboboxes, userforms and class modules

thanks for this help. How would it be different if my comboboxes are
in frames? do comboboxes automatically become the children of frames,
just by drawing them that way in design mode? also, can you tell me
what the array declaration would look like?

dim clsCombos(34) as combobox?