Thread
:
Form ComboBox problem
View Single Post
#
1
Posted to microsoft.public.excel.programming
[email protected]
external usenet poster
Posts: 16
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.
Reply With Quote
[email protected]
View Public Profile
Find all posts by
[email protected]