Ending Office Processes in VB .Net

  • Thread starter Thread starter michael.esposito
  • Start date Start date
M

michael.esposito

I am trying to end excel and word processes that are spawned by program
that does mail merge. The processes run under the impersonation of my
network login. I have tried GC.Collect() and it doesnt work. Any ideas?
 
..NET has a Process class. I think it in the System.Diagnostics namespace.
Search the documentation and look at some examples. This should be strait
forward
 
Back
Top