PDA

View Full Version : Sleeper: Turning Off Error Alerts, of sorts



Opv
04-28-2012, 05:46 PM
I plugged in the following line of code in a test Sub to see what it does and now I have a MsgBox every time I make a change on my worksheet. The box continues to pop up with every change even though I've removed the line of code, saved and closed my workbook. When I reopen the workbook, the popup notices continue to show up with every change.

MsgBox Err & ": " & Error(Err)

How do I turn the popups off?