Results 1 to 2 of 2

Thread: Excel Macro for Cell LastModified

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Posts
    1

    Post

    Hey all
    I have a cell which needs to put a time stamp to keep track of the last modified.
    Any ideas??

    Thanks a lot

  2. #2

    Post

    Try this:

    Dim myString
    Set myString = Date$
    ActiveCell.insert myString

    Your Macro Should Set the active Cell that you want the Date to be on

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width