View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Byron[_5_] Byron[_5_] is offline
external usenet poster
 
Posts: 18
Default Closing a external legacy program using VBA

Is there a way to close a legacy program running on an XP machine in VBA.
Any ideas would be helpful.

I am able to open using a Shell command, but haven't yet figured out how to
close.

I would also like a way for my VBA code to test to see if that same program
is open prior to trying to open it again.

Byron