Thread
:
Taskmgr from VBA
View Single Post
#
1
Posted to microsoft.public.excel.programming
Gary's Student
external usenet poster
Posts: 86
Taskmgr from VBA
I can activate taskmgr from a macro by
SHELL("c:\windows\system32\taskmgr.exe")
How can I access the displayed process information, i.e. process name and
PID, or get taskmgr to copy this information to a text file?
--
Gary's Student
Reply With Quote
Gary's Student
View Public Profile
Find all posts by Gary's Student