I have VBA code that copies the contents on one cell an pastes the values in another cell after the contents of a third cell is changed. What I would like to do is capture the contents of a cell before it changes so that I can measure the change.
To be more specific: I have a date in cell A2. That date changes each time I change the data in cell A1. I would like to have the data in A2 copied and pasted as a hard value into cell A3 BEFORE the change occurs in cell A2.
The more I think about it the more I'm convinced that I'll have to have the data copied to another part of the spreadsheet and then reference that in cell A3. I'll probably need to have code that continually places the contents of cell A2 in a range range of cells (lets say A100....A200). I can then have Cell A3 reference the most recent addition or the next to most recent addition.
Any help would be appreciated.
RF
This message was edited by Roccofan on 2002-08-28 11:11
To be more specific: I have a date in cell A2. That date changes each time I change the data in cell A1. I would like to have the data in A2 copied and pasted as a hard value into cell A3 BEFORE the change occurs in cell A2.
The more I think about it the more I'm convinced that I'll have to have the data copied to another part of the spreadsheet and then reference that in cell A3. I'll probably need to have code that continually places the contents of cell A2 in a range range of cells (lets say A100....A200). I can then have Cell A3 reference the most recent addition or the next to most recent addition.
Any help would be appreciated.
RF
This message was edited by Roccofan on 2002-08-28 11:11