Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
Excel 2003 I have a combo box named cboCategory. After selecting an item from the list, that item remains "active" and can't be selected next time. I've tried adding cboCategory.ListIndex = -1 but this causes an error, as follows. Run-time Error 381 Could not get the Column property. Invalid property array index The code used is as follows: Private Sub CboCategory_Change() Application.EnableEvents = False ActiveCell = CboCategory.Column(1) ActiveCell.Offset(0, -1) = CboCategory.Column(0) ActiveCell.Select Application.EnableEvents = True End Sub Any pointers ? Thanks and regards, Don |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
fill combobox depending on selection from another combobox | Excel Discussion (Misc queries) | |||
Combobox | Excel Discussion (Misc queries) | |||
combobox changes value | Excel Discussion (Misc queries) | |||
Combobox | Excel Programming | |||
Combobox | Excel Programming |