View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] mechif@gmail.com is offline
external usenet poster
 
Posts: 10
Default macro for closing all Excel processes visible in TaskManager

Hi!
My VBScript is quite hefty and takes 1 hour+ to run. I found that if
other Excel processes exist, it further impedes it. Sometimes, by
mistake (if the script stops in the middle, etc.), Excel processes are
not closed completely.

I start the script by telling the user to close all Excel
applications. I'd like to ensure that no applications and/or
processes are present before i start the script.

Is there any way to do this?
Mechi