So next add this to your declared variable:
Dim oShell
Then add this under the last line of your script:
If strMbox = "vbcancel" Then
Set oShell = WScript.CreateObject ("WSCript.shell")
oShell.run "cmd /c Taskkill /f /im POWERPNT.EXE"
Set oShell = Nothing
End If