Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Sloth
 
Posts: n/a
Default Origin Of a Spreadsheet

If you are not against using code, here is a macro that pastes the author and
creation date.

Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean)
Sheets("Sheet1").Range("A1").Value = _
ThisWorkbook.BuiltinDocumentProperties("Author")
Sheets("Sheet1").Range("A2").Value = _
ThisWorkbook.BuiltinDocumentProperties("Creation Date")
End Sub


"Fuabr84" wrote:


Hi

Does ANYONE know if it is possible to find the origin of a spreadsheet?
By this i mean is it possible to track who(Computer Name) or what PC (IP
Address) created a excel document?

For example say Bob created a Excel document but i dont know he did but
i need to find out... How do i find out Bob Created it? Is it possible?

Thanks


--
Fuabr84
------------------------------------------------------------------------
Fuabr84's Profile: http://www.excelforum.com/member.php...o&userid=33147
View this thread: http://www.excelforum.com/showthread...hreadid=529581


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
How to handle multiple currencies with one spreadsheet Michael Mullican Excel Discussion (Misc queries) 1 October 5th 05 05:18 PM
Using Excel spreadsheet as input to Access dougb415 Excel Discussion (Misc queries) 0 September 22nd 05 02:33 PM
Spreadsheet merging problems Sam B Excel Worksheet Functions 0 September 19th 05 08:05 PM
Linkage data between two spreadsheet vitality Excel Worksheet Functions 2 September 15th 05 06:49 AM
Linking formula to external spreadsheet Tunde Excel Discussion (Misc queries) 1 March 1st 05 03:05 AM


All times are GMT +1. The time now is 05:27 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"