des_ou
08-11-2004, 10:00 PM
I need to retrieve the "Total Edit Time:" property from DWGs using VBA.
You can get this by Opening Windows Explorer...Right Clicking on DWG...Properties...Statistics. It lists Last Saved By:, Revision number:, and Totat Edit Time:.
I can get VBA to retrieve the Created On and Last Modified On properties, but not the T.E.T. Is there a way to get this property through code??
We deal with a larger volume of projects (each with own drawing), it would be nice to have a program to compute the average time it takes to complete a project.
Thanks for any help.
You can get this by Opening Windows Explorer...Right Clicking on DWG...Properties...Statistics. It lists Last Saved By:, Revision number:, and Totat Edit Time:.
I can get VBA to retrieve the Created On and Last Modified On properties, but not the T.E.T. Is there a way to get this property through code??
We deal with a larger volume of projects (each with own drawing), it would be nice to have a program to compute the average time it takes to complete a project.
Thanks for any help.