View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Michael Michael is offline
external usenet poster
 
Posts: 791
Default Multiple ComboBoxes

Thanks Frank. I'll try that.

"Frank Kabel" wrote:

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

--
Regards
Frank Kabel
Frankfurt, Germany


Michael wrote:
I know it's been posted on here before, but I cannot seem to find it.
So, hopefully someone can help me achieve what I'm looking to do.
Within a userform, I have 2 comboboxes. ComboBox1 is for the Team
Name, while the other (ComboBox2) is to be populated by the players
on the team selected in ComboBox1. So, if i select Yankees from
ComboBox1, ComboBox2 should populate with the Yankees
roster....simple, right?

Thanks in advance for any help.
Michael