olddirtybaird
New Member
Hi,
This is my first post...I love this site.
In regards to my question, I have a spreadsheet that has cells setup for user text/comment entry. For example, Cell T10 has text entered by Bob:
"Project on track. Next update will be provided 28MAR13-BH22MAR13"
The purpose of this cell is to capture commentary and updates from users regarding their tasks or projects, however, due to different users and their level detail (human factor), it has become difficult to quickly understand which comment is the most recent...for example imagine this:
"Project on track. Waiting on approved budget. Delayed by 1 month. Project is good so far"
So the problem becomes how do I start to encourage via Excel sheet setup or code that users should always place an initial and data stamp prior to their most recent comment and also make it the first item to read in the cell...ideally something like this:
"*SRB 22MAR13 - Project on track* Waiting on approved budget. Delayed by 1 month. Project is good so far"
I'm going to go ahead and assume that the best and probably the easiest method to do something like this is to create a userform/text box that activates by event when they double-click that cell or perhaps a command button that initiates the code. Based on this logic I'm thinking that with the userform text box I could receive their text updates and then automatically have code afterwards that places an initial and time stamp after complete and puts it at the first line in the cell...
Also, a key item to note is that I can not consider fonts or text formatting, hence, my example includes only text characters (*) to highlight updates because I have other workbooks linked to these cells looking at those comments. I.e. Boss/Project Mgmt office opens his global spreadsheet. And within this spreadsheet he can see these text updates from this other workbook. (FYI, I'm not a big fan of having "shared" workbooks"..tons of crashes with multiple users...)
Sorry for the long explanation, but I couldn't figure out a more concise way to truly describe my vision of the functionality and how it relates to this issue
That being said, does anyone have any suggestions or do they think this userform code is the best way to ensure all comments follow such a consistent and clean format for legibility?
I greatly appreciate your advice and help! Love this forum!
Thank you,
Stephen
This is my first post...I love this site.
In regards to my question, I have a spreadsheet that has cells setup for user text/comment entry. For example, Cell T10 has text entered by Bob:
"Project on track. Next update will be provided 28MAR13-BH22MAR13"
The purpose of this cell is to capture commentary and updates from users regarding their tasks or projects, however, due to different users and their level detail (human factor), it has become difficult to quickly understand which comment is the most recent...for example imagine this:
"Project on track. Waiting on approved budget. Delayed by 1 month. Project is good so far"
So the problem becomes how do I start to encourage via Excel sheet setup or code that users should always place an initial and data stamp prior to their most recent comment and also make it the first item to read in the cell...ideally something like this:
"*SRB 22MAR13 - Project on track* Waiting on approved budget. Delayed by 1 month. Project is good so far"
I'm going to go ahead and assume that the best and probably the easiest method to do something like this is to create a userform/text box that activates by event when they double-click that cell or perhaps a command button that initiates the code. Based on this logic I'm thinking that with the userform text box I could receive their text updates and then automatically have code afterwards that places an initial and time stamp after complete and puts it at the first line in the cell...
Also, a key item to note is that I can not consider fonts or text formatting, hence, my example includes only text characters (*) to highlight updates because I have other workbooks linked to these cells looking at those comments. I.e. Boss/Project Mgmt office opens his global spreadsheet. And within this spreadsheet he can see these text updates from this other workbook. (FYI, I'm not a big fan of having "shared" workbooks"..tons of crashes with multiple users...)
Sorry for the long explanation, but I couldn't figure out a more concise way to truly describe my vision of the functionality and how it relates to this issue
That being said, does anyone have any suggestions or do they think this userform code is the best way to ensure all comments follow such a consistent and clean format for legibility?
I greatly appreciate your advice and help! Love this forum!
Thank you,
Stephen