View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jos Vens[_4_] Jos Vens[_4_] is offline
external usenet poster
 
Posts: 4
Default Shell still running?

Hi,

I wonder if it's possible to check if an external command is still running,
using the Shell-function.

Here's my code (vCmd = dos-program):

vID = Shell(vCmd, vbMinimizedNoFocus)

is it possible to use vID in order to see if the dos-command is still open?

Thanks,
Jos Vens