Hi all,
I do not know enough about VBA to know if this is possible and would like a pointer in the right direction if it is.
I have a spreadsheet which contains a list of sub-directory names in column A. What I would like to do is to run a macro that examines the sub-directory for files, and any files that are found to have a hyperlink to that file placed in the next column along with the date last updated. I suspect that I will need to go to another worksheet other than the original sheet as I'd like to keep them in order.
For example:
Column A
Word
Excel
Powerpoint
returns:
Word C:\root\Word\letter1.doc 25/09/2005
Word C:\root\Word\letter2.doc 26/09/2005
Excel C:\root\Excel\Spreadie1.xls 14/11/2005
Powerpoint C:\root\Powerpoint\slide1.pps 15/10/2005
The top level directory (C:\root in the example) will always be known and static.
Is this an easy thing to accomplish?
Marc
I do not know enough about VBA to know if this is possible and would like a pointer in the right direction if it is.
I have a spreadsheet which contains a list of sub-directory names in column A. What I would like to do is to run a macro that examines the sub-directory for files, and any files that are found to have a hyperlink to that file placed in the next column along with the date last updated. I suspect that I will need to go to another worksheet other than the original sheet as I'd like to keep them in order.
For example:
Column A
Word
Excel
Powerpoint
returns:
Word C:\root\Word\letter1.doc 25/09/2005
Word C:\root\Word\letter2.doc 26/09/2005
Excel C:\root\Excel\Spreadie1.xls 14/11/2005
Powerpoint C:\root\Powerpoint\slide1.pps 15/10/2005
The top level directory (C:\root in the example) will always be known and static.
Is this an easy thing to accomplish?
Marc