LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading Excel File Properties in LabVIEW

Solved!
Go to solution

I have a large amount of excel data files I am reading into a labview program.  I want to use the date created property of the files to select only files in a date range.  How do I read this file property?

0 Kudos
Message 1 of 4
(2,698 Views)
Solution
Accepted by topic author spiff40k

It's dangerous to go alone! Take this.

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


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

Thank You! That helped.

0 Kudos
Message 3 of 4
(2,686 Views)

No problem! In general, you can get all of the information you need that you could normally get using Windows, you just have to use the Windows API.

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


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