HELP! How can I make this code like this:
No msgbox confirmation will appear if there is no running process. Then It will continue.
This code have a pop up msgbox even there is no running process.
Option Explicit
Dim strPro(3), strItem, strProcReturn, strProcStat
Dim strProcStat1...