Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / July 2004

Tip: Looking for answers? Try searching our database.

Display Properties ->Statistics

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Khawar - 28 Jul 2004 03:34 GMT
Good day,

I wanted to find out if there is a way of displaying the
Properties -> Statistics of a workbook on a sheet in the workbook?

I would like to display and automatically update the following statistics.

Created:
Modified:
Accessed:
Printed:
Last Saved by:

Best Regards
Khawar
Frank Kabel - 28 Jul 2004 05:40 GMT
Hi
use the following UDF:

Function DocProps(prop As String)
   application.volatile
   On Error GoTo err_value
   DocProps = ActiveWorkbook.BuiltinDocumentProperties _
   (prop)
   Exit Function
err_value:
   DocProps = CVErr(xlErrValue)
End Function

and enter in a cell
=DOCPROPS("last author")
or
=DOCPROPS("last save time")

Signature

Regards
Frank Kabel
Frankfurt, Germany

> Good day,
>
[quoted text clipped - 12 lines]
> Best Regards
> Khawar
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.