View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
royUK[_27_] royUK[_27_] is offline
external usenet poster
 
Posts: 1
Default Programmatically call the Find and Replace window?


Try


Code:
--------------------
Application.Dialogs(xlDialogFormulaFind).Show
--------------------


--
royUK

Hope that helps.

RoyUK
------------------------------------------------------------------------
royUK's Profile: http://www.thecodecage.com/forumz/member.php?userid=15
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=24999