View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Populate A Userform ComboBox

Hi John

See xlDynamic's Dynamic Dependent Dropdowns page at:

http://www.xldynamic.com/source/xld.Dropdowns.html



---
Regards,
Norman


"mastermind" wrote in message
oups.com...
I am trying to create a search program for a workbook I have been
working on for sometime. I have created a userform and included a
number of comboBoxes. I would like the form to function much like the
conditinal formatting userform. I would like to have the first
combobox will have static values that never change. I would like the
second comboBox to be populated with a different range depending on
what the value the first combobox is set to. Can anyone give me some
help. Thank you.

John