View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] hewett_nick@hotmail.com is offline
external usenet poster
 
Posts: 16
Default Form ComboBox problem

cmpcwil2,

Forgive me if I have misunderstood your problem. But as a quick
response off the top of my head try replacing...

Ddown.Text = myDD.List(1)

with...

Ddown.ListIndex = 1

HTH,
Nick.