how can do this that user cant run two of same program :eek:
Printable View
how can do this that user cant run two of same program :eek:
If App.PrevInstance = True Then
MsgBox " The program is already running. You cannot start another copy.", vbCritical
End
End If
thanks!