05-18-2018 01:58 AM
i am trying to save data to excel file attached file shown bellow.
However I couldn't do that.
please tell me the solution.
Solved! Go to Solution.
05-18-2018 02:11 AM
Hi xaviar,
However I couldn't do that. please tell me the solution.
The solution to what? "I couldn't do that" is surely no LabVIEW error message…
Your VI runs fine for me. (After I renamed it using only pure ASCII chars for the filename: keep in mind using asian chars will likely give problems to the rest of the world!)
Why can't you save your data?
What is the problem?
Did you get any error messages?
05-18-2018 02:23 AM
Dear GerdW
Thank you for your reply.
As you said, this program is working
but when it finish running the program,
data was not saved even if i open excel.
Could you tell me why data was not saved to excel?
05-18-2018 02:33 AM
05-18-2018 02:50 AM
Dear GerdW
Can you save the data in the specified excel file?
05-18-2018 02:55 AM - edited 05-18-2018 02:59 AM
05-18-2018 03:07 AM
Dear GerdW
in my case, I got an error message when I push the running button.
Do you know why ?
05-18-2018 03:13 AM
05-18-2018 03:14 AM
Dear GerdW
Do I have to keep open Excel file while running the program?
05-18-2018 03:19 AM
Hi xaviar,
no, you don't need to keep Excel open.
- You don't need Excel at all when running this VI.
- If Excel would be opened and if Excel is used to analyze the file created by your VI it would block your VI from changing this file: that's why I suggested to close Excel…