View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
lwhite[_2_] lwhite[_2_] is offline
external usenet poster
 
Posts: 1
Default trying to populate a variable from a combo box

Value? Of course!

Thank you.
-----Original Message-----
Try

myDesc = Me.ComboBox2.Value

--