View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Loss of Undo from .NET Addin

Hi Peter,

See John Walkenbach's Undo notes at:

http://www.j-walk.com/ss/excel/tips/tip23.htm


---
Regards,
Norman



"Peter" wrote in message
ups.com...
Hi,
I have developed a .NET addin for excel and have noticed that once it
is installed I lose the Undo menu option completely.

From reading previous posts, I am guessing that because my addin

intercepts excel events, then this is triggering the lose of the undo
option.

Is there anything I can do about this? The undo command is very
powerful and my users are not exactly thrilled about the loss of this
function.

Any comments would be most appreciated.

Thanks,
Peter.