Events, dear boy, events

G

Gromit

Aha

I pasted:

Application.EnableEvents = true

into the immediate window and now the code is working. I don't have an
code that would have turned it off in the first place, however. Coul
this be a default setting somewhere, or is just one of those thing
that can happen now and then?

Anyway, thanks for the solution, Bo
 
D

Dave Peterson

Just a guess.

If you turn it off in code (and you're stepping through the code while it's
executing), you may have ended your routine before the .enableevents = true was
run.
 
Top