obulldog27
Programmer
I want to avoid having duplicate instances of my program
running. When I test this I get the msg but the program is
still loaded.
If App.PrevInstance = True Then
MsgBox "This program is already running!", vbExclamation
End
End If
running. When I test this I get the msg but the program is
still loaded.
If App.PrevInstance = True Then
MsgBox "This program is already running!", vbExclamation
End
End If