Frequently when I am entering code in VBA, I will execute the code. But if I inadvertently created an endless loop sometimes my screens will go tinted white and I cannot interrupt the code. How can I stop the code without having to lose all my latest work? If I remember, I will add a doevents...