I have seen this done before.
When the user clicks the Close button It doesn't close. But it you do it the second time it will cose.
Printable View
I have seen this done before.
When the user clicks the Close button It doesn't close. But it you do it the second time it will cose.
you mean like this:
Code:Private Sub Form_Unload(Cancel As Integer)
Static nexttime As Boolean
Cancel = nexttime = False
nexttime = True
End Sub