LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the properties of excel file with labview

Hello,
I would like to change the properties of an excel files, like the "title", "subjet", "author", "company". Somebody knows how to do it?
I try to find something wih the activeX but I have not seen it...
Thank you for your help
 
Fred
0 Kudos
Message 1 of 6
(3,108 Views)
I may be wrong, but I don't believe you'll be able to do it that way. I believe that information is NTFS metadata information, so it's file-system related, meaning you'd have to look at Windows NTFS file I/O functions.
0 Kudos
Message 2 of 6
(3,084 Views)

Ok, I will search about that... Thank you for you help.

If somebody had already done that, please write me...

0 Kudos
Message 3 of 6
(3,063 Views)
The following post in tek-tips points to some mroe information and has links for the functions in the Windows API that you'll need.
0 Kudos
Message 4 of 6
(3,044 Views)
I find how to do it, with the report generator for MS office, it's easy to do it... Just be carefull with the security of the macro in excel...
 
0 Kudos
Message 5 of 6
(3,036 Views)
Interesting. Don't have the Office Report toolkit, but good to know for the future.
0 Kudos
Message 6 of 6
(3,032 Views)