Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi, I want to see on my excel sheet who is the last user who edited the file or last saved date. similar to the "LASTSAVEDBY" or "SAVEDATE" in msword -- kman ------------------------------------------------------------------------ kman's Profile: http://www.excelforum.com/member.php...fo&userid=3337 View this thread: http://www.excelforum.com/showthread...hreadid=515637 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As
Boolean) ThisWorkbook.Worksheets("Sheet1").Range("A1") = Environ("Username") End Sub 'This is workbook event code. 'To input this code, right click on the Excel icon on the worksheet '(or next to the File menu if you maximise your workbooks), 'select View Code from the menu, and paste the code -- HTH Bob Phillips (remove nothere from email address if mailing direct) "kman" wrote in message ... Hi, I want to see on my excel sheet who is the last user who edited the file or last saved date. similar to the "LASTSAVEDBY" or "SAVEDATE" in msword -- kman ------------------------------------------------------------------------ kman's Profile: http://www.excelforum.com/member.php...fo&userid=3337 View this thread: http://www.excelforum.com/showthread...hreadid=515637 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Saving file in CSV format | Excel Discussion (Misc queries) | |||
Weird File Open/Save As Behavior | Excel Discussion (Misc queries) | |||
Locking The Cells with Input At The Time of Saving The File | Excel Discussion (Misc queries) | |||
File Saving with Text from File | Excel Discussion (Misc queries) | |||
How do you open a template at startup? | Excel Discussion (Misc queries) |