+ Reply to Thread
Results 1 to 2 of 2

modified date:Can i set up a sheet

  1. #1
    Monty
    Guest

    modified date:Can i set up a sheet

    Can i set up a sheet within a workbook that will give the date and the
    username of every person who modifies the spreadsheet.

    THANKS

    MONTY

  2. #2
    Peter Jausovec
    Guest

    re: modified date:Can i set up a sheet

    Hi Monty,

    You can use this code and put it in Workbook before close or Workbook before
    save event:
    ActiveSheet.Range("A1").Value = "Modified by: " & Environ("USERNAME") & ", "
    & Date

    Hope this helps.

    --
    Regards,
    Peter Jausovec
    (http://blog.jausovec.net)

    "Monty" <[email protected]> wrote in message
    news:[email protected]...
    > Can i set up a sheet within a workbook that will give the date and the
    > username of every person who modifies the spreadsheet.
    >
    > THANKS
    >
    > MONTY




+ 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