Results 1 to 7 of 7

Timestamp help

Threaded View

  1. #1
    Registered User
    Join Date
    06-25-2015
    Location
    grand rapids mi
    MS-Off Ver
    2010
    Posts
    3

    Wink Timestamp help

    Please help, I am trying to get a time stamp in two places on the same sheet but controlled by two different cells.

    here is what I was trying but it's not working.


    Private Sub Worksheet_SelectionChange(ByVal Target As Range)
        If Not Intersect(Target, Range("d:d")) Is Nothing Then
        Target.Offset(0, -1) = Date
        
    End If
    
        If Not Intersect(Target, Range("f:f")) Is Nothing Then
        Target.Offset(0, -1) = Date
    End If
    End Sub
    Last edited by alansidman; 10-06-2015 at 10:23 AM. Reason: code tags added

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] VBA - Convert Date/Timestamp into American Date and Military Timestamp
    By ryanmorris in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 05-01-2015, 03:43 PM
  2. Replies: 18
    Last Post: 02-24-2014, 06:13 PM
  3. [SOLVED] Timestamp for any changes in row from A:S
    By ld2x07 in forum Excel General
    Replies: 7
    Last Post: 06-14-2013, 11:20 AM
  4. Timestamp
    By preciouslife73 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-07-2012, 07:20 PM
  5. TimeStamp
    By AAKASH JAIN in forum Excel General
    Replies: 7
    Last Post: 12-29-2011, 03:19 AM
  6. When a timestamp doesn't behave as a timestamp
    By mredekopp in forum Excel General
    Replies: 3
    Last Post: 03-07-2011, 03:39 PM
  7. Now as timestamp
    By Lp12 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-13-2006, 06:35 AM

Tags for this Thread

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