PC Review


Reply
Thread Tools Rate Thread

file properties

 
 
=?Utf-8?B?QWRkZQ==?=
Guest
Posts: n/a
 
      28th Mar 2007
Is there a way to extract information about the creator of a document and
when the doc was saved and edited beyond the info that is available in the
Summary under the document properties?

I have tried using low-level binary editor but cannot even get all the info
from the Summary…

Any suggestions?

/Adde

--
fantamejthisisgoodvarjedag
 
Reply With Quote
 
 
 
 
=?Utf-8?B?Q0xS?=
Guest
Posts: n/a
 
      28th Mar 2007
With VBA you can use the BuiltInDocumentProperties Property........

or, here's a Function I think came from Bob Phillips a while back

'----------------------------------------------------------------
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
'----------------------------------------------------------------------

hth
Vaya con Dios,
Chuck, CABGx3



"Adde" wrote:

> Is there a way to extract information about the creator of a document and
> when the doc was saved and edited beyond the info that is available in the
> Summary under the document properties?
>
> I have tried using low-level binary editor but cannot even get all the info
> from the Summary…
>
> Any suggestions?
>
> /Adde
>
> --
> fantamejthisisgoodvarjedag

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Properties transferring from excel cells to word file properties =?Utf-8?B?bHVibw==?= Microsoft Excel Programming 4 12th Jul 2005 12:24 PM
Properties File in .Net Similar to Java Properties file Sachin Microsoft C# .NET 2 31st Jan 2005 06:13 PM
Cannot see all properties on Summary tab on File Properties seen from explorer. Sachin Arey Windows XP General 0 4th Mar 2004 06:42 AM
Message properties (like file properties) =?Utf-8?B?Sm9uIFRzY2hldHRlcg==?= Microsoft Outlook VBA Programming 0 1st Dec 2003 04:41 PM
Re: right-click nor file-properties will display file properties Maureen Goldman Windows XP Basics 0 17th Aug 2003 04:06 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:17 PM.