Put break pointers 'n each of these event handlers, then do F8 when execution stops - this way you can at least identify which line causes crash.
Code:Private Sub Form_Load() End Sub Private Sub Form_QueryUnload(Cancel As Integer, UnloadMode As Integer) End Sub Private Sub Form_Terminate() End Sub




Reply With Quote