I have accumulated a number of downloaded files (system updates, shareware and freeware files) on my system.
I know that using Windows Explorer to examine the properties of the files, I can access the version number of some of them.
Does anyone know if this attribute can be accessed via VBA?
I want to do an analysis and tidy-up of the files and so have written an Excel VBA routine that lists all the files and shows the date the file was created etc. The problem is that most of these files I have had to copy onto my new system from an old system and so the file creation dates are mostly the same.
I know that I have at least three copies of a file titled HP_Update.exe and if I can automatically get the version number I can then automatically assign the oldest files for deletion.
Any help would be greatly appreciated.
I know that using Windows Explorer to examine the properties of the files, I can access the version number of some of them.
Does anyone know if this attribute can be accessed via VBA?
I want to do an analysis and tidy-up of the files and so have written an Excel VBA routine that lists all the files and shows the date the file was created etc. The problem is that most of these files I have had to copy onto my new system from an old system and so the file creation dates are mostly the same.
I know that I have at least three copies of a file titled HP_Update.exe and if I can automatically get the version number I can then automatically assign the oldest files for deletion.
Any help would be greatly appreciated.