Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get file properties from unopened file 1

Status
Not open for further replies.

jrice174

Civil/Environmental
Nov 8, 2004
129
I have a spreadsheet that I'm dumping all the file names from a directory. I can get the AutoCAD file properties using dwgprops

Set dwgprops = New DWGPROPSXLib.Properties
dwgprops.Load (DWGSourceFolderName & "\" & FileName)
Cells(r, 2).Formula = FileItem.Path & FileItem.Name
Cells(r, 3).Formula = dwgprops.Title
Cells(r, 4).Formula = dwgprops.Subject
Cells(r, 5).Formula = dwgprops.Author

How do i do the same thing for Word or Excel files? What I'm trying to get is the info from the summary tab.
 
Replies continue below

Recommended for you

Google "dsofile". You'll find plenty of tutorials and examples. Good luck!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor