V
Victoria Chin
Hello all,
I need help creating a timestamp that only updates when a
record in another cell is updated and does not recalculate
when you close or open the worksheet or hit F9 etc..
Example: The record in A1 is changed, it's detected and a
timestamp is generated in A2 noting when it was changed.
This is how I created the timestamp, I created the
following Macro called "Timestamp":
=now() in cell A2 (I click green X generating a value)
I Copy and without moving to a new cell I choose Paste
Special. I choose the Values Box under Paste and choose
None under Operation
The above works great. I've even hooked it to a button.
The Problem I have is hooking it to a function to monitor
cell A1 for changes and create a timestamp automatically.
Can anyone help me?
Thanks and Hugs!
Vicky
I need help creating a timestamp that only updates when a
record in another cell is updated and does not recalculate
when you close or open the worksheet or hit F9 etc..
Example: The record in A1 is changed, it's detected and a
timestamp is generated in A2 noting when it was changed.
This is how I created the timestamp, I created the
following Macro called "Timestamp":
=now() in cell A2 (I click green X generating a value)
I Copy and without moving to a new cell I choose Paste
Special. I choose the Values Box under Paste and choose
None under Operation
The above works great. I've even hooked it to a button.
The Problem I have is hooking it to a function to monitor
cell A1 for changes and create a timestamp automatically.
Can anyone help me?
Thanks and Hugs!
Vicky