You can use script in Excel in conjunction with VBA.
http://www.microsoft.com/technet/scr....mspx?mfr=true
the sample code should work in Excel vba. Just modify it to place the
results in the appropriate cells.
--
Regards,
Tom Ogilvy
"DMc2004" wrote:
Hi
In windows explorer you can change the columns that are displayed so that
you can display more data than Filename, Size Modified Date and File Type.
If you select the View menu and Choose Details. Then you can selected Owner
and the Author fields. This gives you information about who created that
folder or file.
I need to return a folder listing to a spreadsheet. I can do this with no
problems by an having a problem getting information about both the Owner and
Author Columns.
I am sorry for cross posting but i was told that VBScript could be used but
I would like the data displayed by default in Excel.