View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark[_62_] Mark[_62_] is offline
external usenet poster
 
Posts: 1
Default what is itemdata equivilent (if exists)

the combobox control in excel vba does not appear to support the ItemData
property. How can i accomplish the equivilent use with the combobox in excel
vba? I am feeding the combobox from a database, and need to populate both the
text value and the Primary Key ID number into the combobox from my query. How
is this accomplished in excel vba?