I am currently using the following code to create timestamps in several columns of data.
This requires direct input into a cell to change. I need to have it stamp based on either of the two scenarios:![]()
Please Login or Register to view this content.
1) when a format change, such as fill colour, is made
or
2) when a form button returns a number to the cell link, this cell link is then timestamped.
In my case, I need it to timestamp when project status changes from "Green" to "Yellow" to "Red". Right now I am using the numbers 1, 2, and 3 to indicate the changes, with conditional formatting to change the cell colour, but I would rather have a list box that inputs to a cell (and the timestamp is based on the output cell).
Any ideas? I am not very good at all with VB, I pieced together the above from various help forums.
Bookmarks