04-14-2011 03:19 PM
You don't currently have the file open in Excel when you run the program, do you? You can run into problems ttrying to access files that are currently being used by other applications.
Also, you should think about cleaning up the wiring on your diagram. As written your file control and wiring look more like a file indicator and wire looks like the output from the write spreadsheet file vi.
General coding guidelines state you should avoid running wires backwards. In addiiton, you should avoid running wires under things which is how your wire is. It runs under the vi and connects to an input connector on the left side of the VI.
04-14-2011 03:21 PM
Okay, now the questions are going in circles. Reply #4
04-14-2011 03:24 PM
@Ravens Fan wrote:
Okay, now the questions are going in circles. Reply #4
That's what happens when you multitask and read through the thread very quickly.
The points on coding style are still valid though. 🙂
04-14-2011 04:25 PM
Yes I selected one excel file (MS Excel 2007) for that path.
Thank You.