Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have managed to use a macro (VBA) to list the file structure of a
particular folder and would now like this list to have a number of file attributes associated with each file including File Verion and product Version. Can anyone point me in the right direction... please ... I am using the Filesearch method to get the list Many Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Alan,
Where are the 'File Verion' and 'Product Version' items? Are they custom attributes? Please explain a little more. -- Hope this helps Martin Fishlock Please do not forget to rate this reply. "Alan" wrote: I have managed to use a macro (VBA) to list the file structure of a particular folder and would now like this list to have a number of file attributes associated with each file including File Verion and product Version. Can anyone point me in the right direction... please ... I am using the Filesearch method to get the list Many Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Alan,
From others' postings, I suspect the FileSearch may be unreliable for this (although it may not). There's the API route : http://vbnet.mvps.org/code/system/odbcfileversion.htm Although it says for ODBC, it will work for any file that stores such info, which will not be all files. NickHK "Alan" wrote in message ... I have managed to use a macro (VBA) to list the file structure of a particular folder and would now like this list to have a number of file attributes associated with each file including File Verion and product Version. Can anyone point me in the right direction... please ... I am using the Filesearch method to get the list Many Thanks |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am unable to find most of the helpfull and detailed document for Excel C
API. only header XCALL.h can see online and msdn. but could find the details for the each function usage and parameters what to pass? how to pass. Please let me know if any one know the same. Thanks, Siva |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data value display attributes linked to table attributes | Charts and Charting in Excel | |||
More File Attributes needed | Excel Programming | |||
File Attributes | Excel Programming | |||
File Attributes | Excel Discussion (Misc queries) | |||
file attributes via macro | Excel Programming |