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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top