View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Luke Alcatel Luke Alcatel is offline
external usenet poster
 
Posts: 7
Default If Process Exists then

You'll need to work through additional details but I would start by making
psapi.dll function EnumProcesses available by using a Declare statement.
The remaining steps depend on exactly what you are looking for,

"thomas" wrote in message
...
I need the Excel VBA equivalent code for "If Process exists then....endif".


Thank you.