NT's security paranoia must include
events. I have "Application.EnableEvents=False" working in one
place, but not another-same simple situation, different module.
I also find that DoEvents doesn't "do NT"...very much. Simple
routine with DoEvents when run on XP always traps the button click,
but same sheet on NT and I can click for upwards of 100 times before
it "catches". This "sometimes" behavior seems strange, no? It's
just that developing code is convient on this one NT machine.
Could there possibly some secret hand shake I can do with some
environment call, or .dll to call off the attack dogs?