stop a process

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ebcouv
    New Member
    • May 2007
    • 2

    stop a process

    I need to stop a process that is started by an add-in for Excel. I want to do this with VB code (without having to open Taskmaster). Can someone please show me the code to do this???? THANKS...
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    Originally posted by ebcouv
    I need to stop a process that is started by an add-in for Excel. I want to do this with VB code (without having to open Taskmaster). Can someone please show me the code to do this???? THANKS...
    I'll look around but I think tyhe Kill command should do it. Please search this forum on this, see what pops up...

    Comment

    • ebcouv
      New Member
      • May 2007
      • 2

      #3
      I've used the Kill command to delete files. I don't think it will just stop an executable, but if you know of a way, I'm listening....
      THANKS

      Comment

      • Killer42
        Recognized Expert Expert
        • Oct 2006
        • 8429

        #4
        This topic has been covered here before. Try using the search box to look for terms like "VB terminate process".

        Comment

        Working...