Thread
:
Close an application with sendkeys
View Single Post
#
2
Posted to microsoft.public.excel.programming
AA2e72E
external usenet poster
Posts: 400
Close an application with sendkeys
If you know the Windows Handle of your application (Use the FindWindow API),
you can close it using the SendMessage or PostMessage API call.
Reply With Quote
AA2e72E
View Public Profile
Find all posts by AA2e72E