LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to save a "write to spreadsheet file" as read only

Solved!
Go to solution

I'm writting data in a loop into a write to spreadsheet vi. when it's complete I want the file to be read only when it is opened in excel.

0 Kudos
Message 1 of 4
(2,983 Views)

After you finish writing to file, use some Advance File VIs & Functions to change the attribute of the file.

Specifically you might need to use 'Set Permissions' funciton.


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


Message 2 of 4
(2,978 Views)
Solution
Accepted by topic author Zyshan

In the File I/O->Advanced pallete there is a function called Set Permissions.  Please read the help file on this function and follow the link to how to set the permissions.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 3 of 4
(2,975 Views)

Problem solved. Thank you very much for your speedy replies.

0 Kudos
Message 4 of 4
(2,964 Views)