View Single Post
  #4 (permalink)  
Old 07-01-2007, 02:09 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 15,676
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

You can use it everywhere:
v = ComboBox1.Items(ComboBox1.SelectedIndex)
or
ComboBox1.Items(ComboBox1.SelectedIndex) = "abc"
Reply With Quote