I have written plenty of VBA code but never used the event routines, until now. I have a need to perform some actions if certain things happen to certain cells throughout the workbook so I have zeroed in on the Workbook_SheetChange event to cover all sheets. I think I have a decent handle on how to use this except I can't find answers to the following:
1) If a cell clear/delete triggered the event then how do I find what was in the cell before it was cleared?
2) If the cell was moved (i.e. dragged to another cell or a cut/paste occurred) how do I find what new cell the data went to?
Thanks.
1) If a cell clear/delete triggered the event then how do I find what was in the cell before it was cleared?
2) If the cell was moved (i.e. dragged to another cell or a cut/paste occurred) how do I find what new cell the data went to?
Thanks.