PrevInstance property
This code will check and see if more then one version of your application is running.==========================================If App.PrevInstance = True ThenMsgBox "Application already running!"End