This is rather harsh, but works real good.
[VBA]If App.PrevInstance = True Then
MsgBox "Warning !!! A previous Instance of ThisExE is already Running. This Instance will be Terminated!!"
End
End If[/VBA]