PrevInstance property

 

 

This code will check and see if more then one version of your application is running.


==========================================
If App.PrevInstance = True Then
MsgBox "Application already running!"
End