Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'd like to place a combo box on my worksheet, but I don't want to us
the rowsource property to populate the static dropdown list I need. How can I set up the static values for the drop down list. I am currently just using: with combobox1 .additem " " .additem "FULL" .additem "NET" .additme "MOD" end with Unfortunately whenever I use the ComboBox_Change() sub it keeps addin the same items to the list and I go from 4 items to 8, then to 12 etc.... Any ideas on how I can just set the initial values with VB without utilizing row source for the static list? Thanks....A -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Remove initial from end of name | Excel Discussion (Misc queries) | |||
Combo Box initial values question | Excel Discussion (Misc queries) | |||
Last initial | Excel Discussion (Misc queries) | |||
Remove middle initial from "first name middle initial" | Excel Discussion (Misc queries) | |||
Extracting Last Name and First Initial | New Users to Excel |