
Prevent another instance of the app from opening
How do you then switch to / set the focus to the initial instance of the
program, to make it seamless to the user?
Declan
Quote:
> Are you ready.......
> ' Make sure the app isn't already running
> If App.PrevInstance Then
> MsgBox "Application already running!", vbCritical, App.Title
> End
> End If
> Dave
> > Help! I need an easy way to determine if an app is running and then
> prevent
> > another instance from opening. - I'm in over my head at work.
thanks,
> d