TessieBear99
New Member
- Joined
- Aug 26, 2018
- Messages
- 20
- Office Version
- 365
- Platform
- Windows
I'd like to create a Userform which can be a log/tracker for comments.
I'm working on a spreadsheet with many rows of data and at the end of each row the plan is to have a button to view/add comments for that row. I'd like it to open up a Userform similar to the picture below (please note this is not my screenshot, it has been copied from this question: VBA code for a comment tracker on a userform):
As shown above, I'd like it to have (if possible) the name of the user with a date & time stamp, followed by the previously entered comments.
What isn't shown above which I'd like to have is an "Add comment" button which would bring up a box for the user to write their comment in then submit, and come back to this original Userform which would refresh to include the new comment.
The other thing is that it's a growing and changing worksheet and there are 109 rows of data in my table at the moment, and I will need to have this functionality applied to each row and all new rows going forward.
Is this even possible, and if it is, does someone have any idea how I could do this?
Thanks!
I'm working on a spreadsheet with many rows of data and at the end of each row the plan is to have a button to view/add comments for that row. I'd like it to open up a Userform similar to the picture below (please note this is not my screenshot, it has been copied from this question: VBA code for a comment tracker on a userform):
As shown above, I'd like it to have (if possible) the name of the user with a date & time stamp, followed by the previously entered comments.
What isn't shown above which I'd like to have is an "Add comment" button which would bring up a box for the user to write their comment in then submit, and come back to this original Userform which would refresh to include the new comment.
The other thing is that it's a growing and changing worksheet and there are 109 rows of data in my table at the moment, and I will need to have this functionality applied to each row and all new rows going forward.
Is this even possible, and if it is, does someone have any idea how I could do this?
Thanks!