Results 1 to 9 of 9

date stamp

Threaded View

messiah166 date stamp 05-11-2011, 07:17 PM
Leith Ross Re: date stamp 05-11-2011, 10:23 PM
messiah166 Re: date stamp 05-12-2011, 04:02 AM
Leith Ross Re: date stamp 05-12-2011, 04:16 AM
messiah166 Re: date stamp 05-12-2011, 01:15 PM
messiah166 Re: date stamp 05-12-2011, 06:16 PM
messiah166 .................... 05-12-2011, 06:55 PM
  1. #1
    Registered User
    Join Date
    05-09-2011
    Location
    california
    MS-Off Ver
    Excel 2003
    Posts
    48

    date stamp

    I have this code
    Private Sub Worksheet_Change(ByVal Target As Range)
       If Not Intersect(Target, Range("a50:aq50")) Is Nothing Then
           Application.EnableEvents = False
           Range("S27") = Date
           Application.EnableEvents = True
       End If
    End Sub
    My aim is to have cell s27 enter the date each time anything in those other cells change. Possible? Is that code correct?
    Last edited by messiah166; 05-12-2011 at 07:16 PM. Reason: Added Code Tags

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