View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Steve Yandl Steve Yandl is offline
external usenet poster
 
Posts: 284
Default VB/VBA to read Task Manager

In case you didn't catch it, the newsgroup post above got very slightly
broken. In the segment,

strReturn = WMIDateStringToDate(dtmStartTime) & vbCrLf _
& " Excel instance with process ID " & objProcess.ProcessID & "
started."

The third line
started."
should be at the end of the line above it........Steve