Oct 26, 2005 #1 uranik Programmer Oct 25, 2005 2 GR Hello all, What i want to do is to create a list of all running applications from Excel Any idea? Thanks
Hello all, What i want to do is to create a list of all running applications from Excel Any idea? Thanks
Oct 26, 2005 1 #2 PHV MIS Nov 8, 2002 53,708 FR A starting point: Set W = CreateObject("Word.Application") For Each T In W.Tasks Debug.Print T.Name Next W.Quit Set W = Nothing Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
A starting point: Set W = CreateObject("Word.Application") For Each T In W.Tasks Debug.Print T.Name Next W.Quit Set W = Nothing Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886