View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
jindon[_34_] jindon[_34_] is offline
external usenet poster
 
Posts: 1
Default Populate a Combobox from range.


Yup!

Dictionary object can hold only unique values and it is cas
sensitive.
If you don't want to case sensitive, add following line after
set dic=Createobject(".......

dic.comparemode=vbtextcompar

--
jindo
-----------------------------------------------------------------------
jindon's Profile: http://www.excelforum.com/member.php...fo&userid=1313
View this thread: http://www.excelforum.com/showthread.php?threadid=38930