Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Greetings,
I have a ComboBox that is loaded when the UserForm is Initialized. But sometimes I need to add a name to the bottom of the ComboBox list from a TextBox. I am getting this error message: Runtime error '70': Could not set the List property. Permission denied. Here is the code: ComboBox1.List(ComboBox1.ListIndex, 2) = TextBox1.Value I need the value of TextBox1 inserted into the 3rd column of the ComboBox1 row that is currently chosen. Is this possible? If so, how do I do it? Any help would be appreciated. -Minitman |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ComboBox Will Not Advance To next Item in list | Excel Programming | |||
Combobox item selection+pop up list | Excel Programming | |||
Combobox - can't get click event to run for first item in the list | Excel Programming | |||
combobox list item with superscript | Excel Programming | |||
Automated Delete Item from ComboBox List | Excel Programming |