Results 1 to 8 of 8

Problem with Time Stamp in comments...

Threaded View

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

    Problem with Time Stamp in comments...

    I have been able to use a time stamp code to put a date and time in a cell... I then worked out how to use this to list dates and times in the same cell (instead of replacing the cells contents)... using this code:

    ActiveCell.Value = ActiveCell.Value & Chr(10) & Format(Date + Time, "dd/mm/yyyy  hh:mm")
    Now i can use the time stamp to input into a comments box using this code:

    ActiveCell.AddComment.Text Format(Date + Time, "dd/mm/yyyy  hh:mm")
    But i cannot get it to list the dates in the comments box each time i stamp rather than replace the existing comments... Can anyone help?
    Last edited by VBA Noob; 11-10-2008 at 09:10 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