[VBA]Private Sub UserForm_Terminate()
AppActivate UserForm1.Caption
End Sub[/VBA]