Hi

I'm using some VBA code to get information on files in a folder.

for example.

Cells(r, 2).Formula = FileItem.Size
Cells(r, 3).Formula = FileItem.Type
Cells(r, 4).Formula = FileItem.DateCreated
Cells(r, 5).Formula = FileItem.DateLastAccessed

Is it possible to add the owner of the file.

Thanks
Andy