View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jignesh Gandhi Jignesh Gandhi is offline
external usenet poster
 
Posts: 6
Default How to hide a column in combobox?

Hi

I fetch the data from the database and bind it to a dropdown. The
dropdown value and text are different. So I've created two columns in
dropdown. The data is bound properly but I'm unable to hide the second
column i.e. value column. So how can I hide a column in dropdown?

Jignesh