Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm developing an interactive workbook in Excel XP. Since I don't know how
many rows certain sheets will have ahead of time, I let VBA create "combo boxes" for me by assigning validation lists to cells as needed when the workbook opens. Instead of handling individual ComboBox_Change events, I have one Worksheet_Change event and find out which cell changed through the Target.Row property. Unfortunately, one of my validation cells will NOT trigger the Change event. What's stranger is that if I establish a breakpoint anywhere in the code, then trigger the Change event and step through my code, everything works like it's supposed to. I see that there's a support article about how validation cells don't trigger Change events at all in Excel 97 (http://support.microsoft.com/default...;en-us;172832), but I wanted to know if this bug was fixed in Excel XP. (Based on this experience, my guess would be "kind of".) |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Jeff,
I have replied to your another thread in this newsgroup. You may go and take a look! Best regards, Peter Huang Microsoft Online Partner Support Get Secure! - www.microsoft.com/security This posting is provided "AS IS" with no warranties, and confers no rights. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Workbook Open Event not triggering | Excel Programming | |||
Triggering an event based on reference | Excel Programming | |||
auto-filter change not triggering worksheet_change event | Excel Programming | |||
Triggering click event of a menu in vba | Excel Programming | |||
Triggering click event of a menu in vba | Excel Programming |