D
Doug
I have a situation where I need to be able to find out if
a specific process is running when I run my VBA code. If
the process is running, then I do one thing, otherwise I
do another.
There has to be a Windows 2000 API call somewhere that can
do that. When executing, sometimes the process displays
one window, sometimes another, and sometimes no window at
all, so I can't do anything that looks for the existence
of a window. I need something equivalent to the Processes
tab of the Windows task manager, where I can give the API
call the name of the process, and find out if it's
executing.
Can anybody give me a hand?
a specific process is running when I run my VBA code. If
the process is running, then I do one thing, otherwise I
do another.
There has to be a Windows 2000 API call somewhere that can
do that. When executing, sometimes the process displays
one window, sometimes another, and sometimes no window at
all, so I can't do anything that looks for the existence
of a window. I need something equivalent to the Processes
tab of the Windows task manager, where I can give the API
call the name of the process, and find out if it's
executing.
Can anybody give me a hand?