Results 1 to 4 of 4

Thread: [RESOLVED] URGENT - creating word object with office.interops

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 2008
    Location
    USA
    Posts
    257

    Resolved [RESOLVED] URGENT - creating word object with office.interops

    I am using the office interop to open word documents and saving as html to do parsing work. After a few executions I notice that in the task manager under processes there are still instances of WINWORD.EXE running. I have used the
    following to close the object but it is still there:

    Code:
    wordApp.Quit()
    wordApp = Nothing
    How do I close this in order to avoid overhead? Any ideas appreciated
    Last edited by cengineer; Feb 27th, 2010 at 01:08 PM. Reason: urgent help needed

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width