View Single Post
  #11   Report Post  
Posted to microsoft.public.excel.programming
Matt[_33_] Matt[_33_] is offline
external usenet poster
 
Posts: 78
Default Combobox / Data Problems

I retract my question. I got it.

For people with my skill level ;)

Private Sub Combobox1_Change()
Range("AL1").Value = ComboBox1.Value
End Sub

Matt