I am trying to create a spreadsheet in which I have information that can be changed by the user, and I want this information to update after the change is made, but before the selection is changed to the new cell location.
Is there some way to reference the cell that the change was made in after the selection has been changed, or is there an event that will allow me to calculate the changes as the ActiveCell before the selection changes to any other cell??
regardless if I use the Worksheet_Change() or Worksheet_SelectionChange() functions, it still moves to a new cell, and ActiveCell is now the new cell, and not the cell where the change was made.
Please help, and Thank you ever so much in advance...
Jeff
Bookmarks