View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default How to display the first Item in a combobox as the default item

Jeff,
Try the ListIndex instead.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"Jeffery B Paarsa"

wrote in message
Hello,

I am initilizing and adding about 15 items from a range to a combo box
before I display the userform. Instead of showing blank inside of combo box
when I display the user form, I would like to set the first item as the
default item when showing userform. I tried to set the Topindex to 1, 0 but
it does not accept it.
--
Jeff B Paarsa