View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] roybrew@att.net is offline
external usenet poster
 
Posts: 3
Default Any way to know in SheetChange event that Find/Replace was invoked?

Is there any way to know that a sheetchange event was invoked from a
Replace All operation from the Replace dialog box? It appears that
Excel "makes the changes" and then does not fire the sheet change
events until after the user answers the "Excel has completed its
replacement and has made x changes" message.

Roy