I am trying to create a macro that will record the changes that are being made to any cells within columns c,d,and e. From looking at previous posts I see that the worksheet_change event will be used to recognize the change in the sheet. But I have not been able to find any posts that help in being able to transfer the cell number, previous value, and the value that it has been changed to. I want to just start listing these changes on another worksheet. How can this be done?