[Excel VBA] How to keep record of value change in specific cell?
In this post, I will go through how to keep record of specific cell's value change. In this way, you can keep record or log of changes in specific cell. Notice that all screen shots are captured from Korean version of Excel 2010. Ideally this task should done by Database with several automation job but, for sure, you can do this by Excel VBA functionality. Why VBA? Because we have to catch event..