Hello all,

Yes I know that my title for my thread is confusing, but please let me explain.

I am trying to figure out if there is a way to create a timestamp in a textbox when the textbox first initializes in the userform, when an edit is made, and when subsequent edits are made without removing any of the prior timestamps.

For example:

4/19/2017: "Edit 1"
4/20/2017: "Edit 2 would be made here while saving the prior edits and the timestamp that it was created at"
4/21/2017: "Edit 3 would be made keep all prior notes to this note made"

I am using this userform as a form of case management and it is imperative that I know when certain notes are added to my textbox. As an additional requirement I would like the data that is entered into the textbox from prior edits to be locked. More specifically, I do not want other users to be able to alter the notes that were previously entered into the textbox.

Any guidance or direction is greatly appreciated!

Thanks!