rockfish12
Technical User
Is there a way, using VBA, to extract any/all of the File Description elements for a given file?
To further clarify, in Win2K - and maybe other Win OS's (?) - , when you right-click on a file to get its properties, and click on the Summary tab, there are a number of Description elements that users can type stuff in, including Title, Subject, Category, Keyword, Comments, etc...
I have some text files where a user has entered values in the Comments portion of the File Description. Can I get at these programmatically using VBA? I'm trying to write the name of the file and the associated Comments to an Access table.
To further clarify, in Win2K - and maybe other Win OS's (?) - , when you right-click on a file to get its properties, and click on the Summary tab, there are a number of Description elements that users can type stuff in, including Title, Subject, Category, Keyword, Comments, etc...
I have some text files where a user has entered values in the Comments portion of the File Description. Can I get at these programmatically using VBA? I'm trying to write the name of the file and the associated Comments to an Access table.