08-06-2013 06:58 AM - edited 08-06-2013 07:04 AM
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.
Solved! Go to Solution.
08-06-2013 07:05 AM
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.
08-06-2013 07:11 AM
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.
08-06-2013 07:24 AM
Problem solved. Thank you very much for your speedy replies.