View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mor.mic mor.mic is offline
external usenet poster
 
Posts: 4
Default Several comboBoxes on a Userform

Hello

I have a Userform with 5 ComboBoxes names "ComboBox1" to "ComboBox5".

Each of them is loaded with the same data base.
When I make a choice in a Combo, I have to control the entry.
How can I make a routine to know which of the five has been selected and to
get the selection.

I tried to use a Class Module but unsuccesfully: Exit method doesn't
operate.

Thanks for helping me.