Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
how to know the original creator of one excel?
|
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
'-----------------------------------------------------------------
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
PrimoPDF verses PDF Creator | Excel Discussion (Misc queries) | |||
How can I determine the original creator of a spreadsheet? | Excel Worksheet Functions | |||
Quiz or Exam creator using Excel, Access, Acrobat? | Excel Discussion (Misc queries) | |||
SHOULDBE ABLE TO DELETE EXCEL WORKSHEETS EVEN IF NOT DOC CREATOR. | Excel Worksheet Functions | |||
Auto save replaced my original file and now I need the original? | Excel Discussion (Misc queries) |