View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Annamalai.S Annamalai.S is offline
external usenet poster
 
Posts: 1
Default How to Enable Redo Option

All,

I am using Excel as front end in my application and using Excel
interface for communication between excel and my components, As part of it, i
need to enable Undo / Redo Operation from my components depending on the user
operations.

I'm able to enable the undo (both menu & toolbar) through raw_OnUndo()
method present in _Application interface,also i found one more method
raw_OnRepeat() which would enable Repeat Menu alone , but i'm not able to
find any method for enabling Redo options.

Can Some one suggest how to enable redo menu & toolbar icon.

Thanks in Advance,
S.Annamalai