I have designed a excel spreadsheet, I added an opening event that was simply
Private Sub Workbook_Open()
'Sheets("output").Select
'Main.Show
End Sub


This seems to cause trouble and I don't know why and make excel crash. Once I have recovered the file when I open up a sheet with a icon for calling up a user form, I can't get out of design mode. I have opened the developer made and tried to switch off design mode but it will not. Any help with be greatly appreciated.

Courtney Hogan