09-25-2009 11:48 AM
09-25-2009 01:32 PM
09-27-2009 01:50 PM
Is the file open in Excel, or is it open because your VI is writing data to it somewhere in your code?
If the latter case is true, you can use a semaphore to ensure that a read and write operation are not trying to occur simultaneously.
09-27-2009 02:22 PM
Cory K wrote:Is the file open in Excel, or is it open because your VI is writing data to it somewhere in your code?
If the latter case is true, you can use a semaphore to ensure that a read and write operation are not trying to occur simultaneously.
The file is open in Excel.