Thread: Undo stack
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alan Hutchins Alan Hutchins is offline
external usenet poster
 
Posts: 21
Default Undo stack

Is there any way of accessing the Undo stack in Excel ?

Put simply the problem is this:

We use a ChangeEvent procedure to capture the value
entered into a cell.

This works fine if the value is changed or deleted.

However, if the cell in question is part of a formula, the
changed value is not recorded.