Just random mumbling
Time pass to be honest,may work as a reference later,I am not sure.
Saturday, June 27, 2020
Kill a running process(In my case it is acrobat) using VBA
Sub test2()
Dim sKillExcel As String
sKillExcel = "TASKKILL /F /IM Acrobat.exe"
Shell sKillExcel, vbHide
End Sub
Source:https://stackoverflow.com/questions/26303173/how-can-i-kill-task-manager-processes-through-vba-code
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment