Results 1 to 7 of 7

Using time stamp to add to text a cell....

Threaded View

  1. #1
    Registered User
    Join Date
    11-04-2008
    Location
    London
    Posts
    20

    Using time stamp to add to text a cell....

    Thanks to all you guys that have helped me so far. What i now need to do is use the time stamp that i have previously been given ... but to add to text already in the cell rather than copy over the cells text. The code i am currently using is:

    Sub TimeStampOn()
       ActiveSheet.OnEntry = "Stamper"
    End Sub
    Sub Stamper()
       On Error Resume Next
           ActiveCell.ClearComments
       On Error GoTo 0
       ActiveCell.Range("A1").Value = Date + Time
    End Sub
    Sub TimeStampOff()
       ActiveSheet.OnEntry = ""
    End Sub
    What i am trying to achieve is a list of these dates and times in 1 cell... so if i stamp it once... when i stamp the second time it just lists the time below the previous one in the same cell rather than copying over it. Is this possible?
    Last edited by VBA Noob; 11-07-2008 at 05:38 AM.

Thread Information

Users Browsing this Thread

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

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