rkymtngraz
New Member
- Joined
- Aug 15, 2011
- Messages
- 3
I would like to add a button in an Excel spreadsheet with a macro that does the following:
1. Copies a date field and a separate text field and appends them together.
2. Takes this new string (date: text) and appends it to a third field so that over time you would wind up with many date: text strings.
3. Clears the contents from the original two fields so that the user can make a new entry.
In effect this macro would keep an archive of project status while allowing the user to enter a new update in the same two fields each time.
1. Copies a date field and a separate text field and appends them together.
2. Takes this new string (date: text) and appends it to a third field so that over time you would wind up with many date: text strings.
3. Clears the contents from the original two fields so that the user can make a new entry.
In effect this macro would keep an archive of project status while allowing the user to enter a new update in the same two fields each time.