06-07-2006 11:42 AM
06-08-2006 03:18 PM
Hello Kenny,
It looks like you have definately closed all of the references and used the quit method. However, you normally need to close references in the reverse order that you close them. You seem to close a reference to the workbooks before closing the reference to more specific parts of the spread sheet. Try moving the close reference to be in the correct order. This knowledgebase has a small example to start testing.
http://digital.ni.com/public.nsf/websearch/D9B5637D23FD98D2862570A100638EF3?OpenDocument
Also make sure that you call the methods that will explicitely close the workbooks and worksheets.
Steven T.
06-09-2006 02:40 AM