Thread
:
Combo Box initial set up
View Single Post
#
5
Posted to microsoft.public.excel.programming
Soo Cheon Jheong[_2_]
external usenet poster
Posts: 46
Combo Box initial set up
Hi,
Sub TEST() 'ComboBox_Initialize()
With ComboBox1
.Clear
.List = Array(" ", "FULL", "NET", "MOD")
End With
End Sub
--
Regards,
Soo Cheon Jheong
_ _
^ ^
~
Reply With Quote
Soo Cheon Jheong[_2_]
View Public Profile
Find all posts by Soo Cheon Jheong[_2_]