View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JigiSweetu JigiSweetu is offline
external usenet poster
 
Posts: 1
Default Binding data from database to excel drop down

Hi

I'm using Excel 2002. In one of the excel sheets, I have dropdown
control (Combo box). I want to populate the dropdown with the data and
values i.e. the data is visible to the user and value is the actual
value associated with an item. The data is coming from sql server
database. To be precise, two columns are fetched from database,
itemType and itemName.
I'm able to add the itemName using addItem method. But I'm not able to
bind the itemType to the associated itemName. Can anyone help me out?

Thanks
Jignesh Gandhi