Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
The Change event of the ComboBox is triggered twice when modifying ANOTHER absolutely non-related workbook. I'm using Excel 2002 SP3. Steps to reproduce: I created a new workbook, filled range A1:A6 with a,b,c,d,e,f. Then I created a dynamic range named MyList =OFFSET(Sheet1!$A$1,0,0,6,1) I added a ComboBox from the Control Toolbox (not Forms) and filled the ListFillRange with "MyList". The ComboBox has the following code: Private Sub ComboBox1_Change() Debug.Print "ComboBox1_Change()" End Sub Then I created a second (empty) workbook. when I enter something in a cell, the ComboBox_Change() event of the first workbook fires twice (I can see that in the immediate window). Both workbooks have nothing to do with each other whatsoever. They only happen to be open at the same time. Why is this and how can I prevent this? Thanks. -=Wim=- |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change event for comboBox | Excel Programming | |||
Combobox change event only by UI | Excel Programming | |||
MsgBox in Enter event causes combobox not to run Change event | Excel Programming | |||
Combobox on change event | Excel Programming | |||
combobox change event | Excel Programming |