+ Reply to Thread
Results 1 to 3 of 3

Saving username into a cell

  1. #1
    thudson
    Guest

    Saving username into a cell

    I would like to enter the name of the last person to modify a document into a
    specific cell so that when I look at it I can see who last changed the
    document.

    Is this even possibe?

  2. #2
    Sloth
    Guest

    RE: Saving username into a cell

    Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean)
    Sheets("Sheet1").Range("A1").Value = Date & " " & Time
    Sheets("Sheet1").Range("A2").Value = Environ("username")
    End Sub



    "thudson" wrote:

    > I would like to enter the name of the last person to modify a document into a
    > specific cell so that when I look at it I can see who last changed the
    > document.
    >
    > Is this even possibe?


  3. #3
    Sloth
    Guest

    RE: Saving username into a cell

    Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean)
    Sheets("Sheet1").Range("A1").Value = Date & " " & Time
    Sheets("Sheet1").Range("A2").Value = Environ("username")
    End Sub



    "thudson" wrote:

    > I would like to enter the name of the last person to modify a document into a
    > specific cell so that when I look at it I can see who last changed the
    > document.
    >
    > Is this even possibe?


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1