Just a thought. You haven't run a macro with Application.Enable.Events =
false and then not turned the events back on again with
Application.Enable.Events = true?
That's it! I had interrupted an original macro to do some debugging and
forgot that it never ran all the way to reset the switch.
Thanks, OssieMac.

Signature
Al C
> Just a thought. You haven't run a macro with Application.Enable.Events =
> false and then not turned the events back on again with
[quoted text clipped - 12 lines]
> > that could cause this to happen? It’s not a show stopper, but it certainly
> > has me puzzled.
Jon Peltier - 30 Mar 2008 01:32 GMT
I have a small sub called Oops() that resets these things.
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______
> That's it! I had interrupted an original macro to do some debugging and
> forgot that it never ran all the way to reset the switch.
[quoted text clipped - 24 lines]
>> > certainly
>> > has me puzzled.