Validation not triggering Change event in Excel XP

G

Guest

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.aspx?scid=kb;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".)
 
P

Peter Huang [MSFT]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top