Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default how to know the original creator of one excel?

how to know the original creator of one excel?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,420
Default how to know the original creator of one excel?

'-----------------------------------------------------------------
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 such as
=DocProps ("Author")

--
__________________________________
HTH

Bob

"Desin Dai" <Desin wrote in message
...
how to know the original creator of one excel?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 168
Default how to know the original creator of one excel?

Hi Bob,

Is that any different to going to FilePropertiesSummary tab?
In other words, is there something hidden deeper in the file that
contains this info?

Regards
Martin


"Bob Phillips" wrote in message
...
'-----------------------------------------------------------------
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 such as
=DocProps ("Author")

--
__________________________________
HTH

Bob

"Desin Dai" <Desin wrote in message
...
how to know the original creator of one excel?





  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default how to know the original creator of one excel?

Martin.

Only difference is Bob's function will return the property to a cell.


Gord Dibben MS Excel MVP

On Mon, 8 Sep 2008 23:06:33 +1000, "MartinW" wrote:

Hi Bob,

Is that any different to going to FilePropertiesSummary tab?
In other words, is there something hidden deeper in the file that
contains this info?

Regards
Martin


"Bob Phillips" wrote in message
...
'-----------------------------------------------------------------
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 such as
=DocProps ("Author")

--
__________________________________
HTH

Bob

"Desin Dai" <Desin wrote in message
...
how to know the original creator of one excel?





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
PrimoPDF verses PDF Creator Brettjg Excel Discussion (Misc queries) 9 June 4th 07 02:53 AM
How can I determine the original creator of a spreadsheet? oscar Excel Worksheet Functions 2 December 3rd 06 09:14 PM
Quiz or Exam creator using Excel, Access, Acrobat? JTaylor Excel Discussion (Misc queries) 0 October 3rd 06 08:03 PM
SHOULDBE ABLE TO DELETE EXCEL WORKSHEETS EVEN IF NOT DOC CREATOR. le tamster Excel Worksheet Functions 5 September 9th 06 08:30 PM
Auto save replaced my original file and now I need the original? Hols Excel Discussion (Misc queries) 1 August 15th 05 10:34 PM


All times are GMT +1. The time now is 07:18 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"