Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am working on a worksheet (2003 sp1 Excel).
I have several combboxes. When I enter a value in another worksheet cell,, one of these combos change events are triggered. it then pasese on to other combo change events. I added a new worksheet and change a values in one of the cells, it hapens. Why is this behavior. If a change takes place in a worksheet, these combos_change events should not trigger. I have not linked up any cell with the combos. MVM |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Do you have .listfillrange associated with that combobox? Is that on the same
sheet? Try putting that list on another sheet (or drop the .listfillrange and fill with ..additem). MVM wrote: I am working on a worksheet (2003 sp1 Excel). I have several combboxes. When I enter a value in another worksheet cell,, one of these combos change events are triggered. it then pasese on to other combo change events. I added a new worksheet and change a values in one of the cells, it hapens. Why is this behavior. If a change takes place in a worksheet, these combos_change events should not trigger. I have not linked up any cell with the combos. MVM -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Many many thanks Dave. I have been struggling with this for the last two
weeks. I have no words to praise your suggestion/help. thank you very much. i had a list in another sheet. that range is named and used in these combos ..listfillrange. Now the program is running as expected. when it comes to VBA, these things are very different from VB MVM "Dave Peterson" wrote: Do you have .listfillrange associated with that combobox? Is that on the same sheet? Try putting that list on another sheet (or drop the .listfillrange and fill with ..additem). MVM wrote: I am working on a worksheet (2003 sp1 Excel). I have several combboxes. When I enter a value in another worksheet cell,, one of these combos change events are triggered. it then pasese on to other combo change events. I added a new worksheet and change a values in one of the cells, it hapens. Why is this behavior. If a change takes place in a worksheet, these combos_change events should not trigger. I have not linked up any cell with the combos. MVM -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"Save As" triggers combo_change event | Excel Programming | |||
Copying Worksheet triggers Click event of combobox | Excel Programming | |||
Triggers events | Excel Programming | |||
Copying Worksheet triggers Click event of combobox on another worksheet | Excel Programming | |||
Click event on cell triggers a macro | Excel Programming |