date stamp when cell changed

richardjshaffer

Board Regular
Joined
Oct 9, 2008
Messages
84
Hi,

hope someone can help, very simply I want to capture the date and time that a cell is changed.

So if the value in cell A2 is changed, then cell B2 date stamps with the current time; similiarly if cell A3 is changed, then cell B3 date stamps...

Tried looking at previous threads, I'm a bit confused by one that seems to work with a personal sub? Please can someone help, I'm no expert in macros but if there's a simple one I can use, or a formula based solution, I'd be very grateful,
thanks, Richard
 
ATSJ,

Thanks for the feedback.

You are very welcome. Glad I could help.

And, come back anytime.

One more thing. Post #24 highlighted all cells that were updated by changing background color. Is it possible to adapt this so that the background changes color for, say, a day and is then removed beyond that?
 
Upvote 0

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
One more thing. Post #24 highlighted all cells that were updated by changing background color. Is it possible to adapt this so that the background changes color for, say, a day and is then removed beyond that?

ATSJ,

1. How many times a day do you open/close the workbook?

2. If you open/close the workbook more then once a day, what cell in row 1 can be used to keep track of the date?

3. When you open the workbook, the Workbook_Open event can be utilized to check the above date in the cell in question #2, and, if the date is greater than a date in range D2:D1000, then the background color in range A2:C1000 can be cleared. Is this acceptable?
 
Upvote 0
ATSJ,

1. How many times a day do you open/close the workbook?

2. If you open/close the workbook more then once a day, what cell in row 1 can be used to keep track of the date?

3. When you open the workbook, the Workbook_Open event can be utilized to check the above date in the cell in question #2, and, if the date is greater than a date in range D2:D1000, then the background color in range A2:C1000 can be cleared. Is this acceptable?

Spreadsheet will be open and closed a bunch of times, more than three I would say. Using any cell outside of the cells in the example, say for example A10, would be fine because presumably that could be hidden out of view anyway? Your idea sounds ideal, I understand there would need to be a mechanism by which it could be checked.
 
Upvote 0
using any cell outside of the cells in the example, say for example a10, would be fine because presumably that could be hidden out of view anyway?

ATSJ,

A10 is in the Range("A2:C1000"), and, can not be used.

What cell in row 1, to the right of cell D1, can I use?
 
Upvote 0
ATSJ,

I have not been able to find a working solution using the Worksheet_Change event, and, the Workbook_Open event, to solve your request(s).

And, I have far exceeded the normal amount of time I allocate for solving problems/requests from web sites like MrExcel.

Click on the Reply to Thread button, and just put the word BUMP in the thread. Then, click on the Post Quick Reply button, and someone else will assist you.
 
Upvote 0
ATSJ,

I have not been able to find a working solution using the Worksheet_Change event, and, the Workbook_Open event, to solve your request(s).

And, I have far exceeded the normal amount of time I allocate for solving problems/requests from web sites like MrExcel.

Click on the Reply to Thread button, and just put the word BUMP in the thread. Then, click on the Post Quick Reply button, and someone else will assist you.

No problem whatsoever, I very much appreciate your help.
 
Upvote 0
ATSJ,

Click on the Reply to Thread button, and just put the word BUMP in the thread. Then, click on the Post Quick Reply button, and someone else will assist you.
 
Upvote 0
No problem, I believe I have reached a solution using some Conditional Formatting. It's more of a workaround than anything else but it does what I want. Many thanks bud.
 
Upvote 0

Forum statistics

Threads
1,215,513
Messages
6,125,253
Members
449,219
Latest member
daynle

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top