AutoCAD file properties in Excel
AutoCAD file properties in Excel
(OP)
THANKS IN ADVANCE FOR READING THIS!!!
Hello,
I currently have an excel spreadsheet that contains hyperlinks to dwg, pdf, and doc files. Is there any way to start a column(s) that would list certain file properites, such as Date created and Date modified, where the information could be easily updated automatically (excel would obtain the file properties)? Also, is there a way to indicate in excel that a referenced file has been saved as a different file name?
Please HELP!
-John
Hello,
I currently have an excel spreadsheet that contains hyperlinks to dwg, pdf, and doc files. Is there any way to start a column(s) that would list certain file properites, such as Date created and Date modified, where the information could be easily updated automatically (excel would obtain the file properties)? Also, is there a way to indicate in excel that a referenced file has been saved as a different file name?
Please HELP!
-John
RE: AutoCAD file properties in Excel
as far as links to other files, try "edit" and "links". there will be a listing of all links to other files.
good luck!
-pmover
RE: AutoCAD file properties in Excel
CODE
FileDate = FileDateTime(f)
End Function
Cheers,
Joerd
Please see FAQ731-376 for tips on how to make the best use of Eng-Tips.
RE: AutoCAD file properties in Excel
Thanks!!
RE: AutoCAD file properties in Excel
Cheers,
Joerd
Please see FAQ731-376 for tips on how to make the best use of Eng-Tips.