tacieslik Registered User. Local time Today, 00:17 Joined May 2, 2001 Messages 244 Oct 29, 2003 #1 Is it possible to close a *.exe program using VBA? I can open the program using the RunApp command, but I can't find a way to close it?
Is it possible to close a *.exe program using VBA? I can open the program using the RunApp command, but I can't find a way to close it?
ghudson Registered User. Local time Yesterday, 19:17 Joined Jun 8, 2002 Messages 6,193 Oct 29, 2003 #2 Check this out... API: Close another Application HTH
tacieslik Registered User. Local time Today, 00:17 Joined May 2, 2001 Messages 244 Oct 30, 2003 #3 Thnaks Ghudson, I'll give it a whirl.