Hi,
I have an Excel application that starts running code when it opens up in:

Public Sub Workbook_Open()
End sub

How can I make the code not execute or stop the debugger when opening the workbook?