Results 1 to 6 of 6

Date and Time Stamp for Last Activity in Range

Threaded View

  1. #1
    Registered User
    Join Date
    11-09-2007
    Posts
    22

    Date and Time Stamp for Last Activity in Range

    I know this is retarded basic, but I'm a VBA noob and trying to create a date/time stamp if anything in columns B:O are changed. This code works great if i wanted to go A:O, but I don't know how to fix it. Thanks for the help.

    Private Sub Worksheet_Change(ByVal Target As Range)
        If Target.Column <= 15 Then
            Application.EnableEvents = False
            Cells(Target.Row, 16).Value = Date + Time
            Application.EnableEvents = True
        End If
    End Sub
    Last edited by XLevel; 11-19-2010 at 04:14 AM.

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