View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Doug Glancy[_8_] Doug Glancy[_8_] is offline
external usenet poster
 
Posts: 63
Default Programming the VBE Find/Replace dialog?

In programming the VBE, is there any way to show it's Find/Replace dialog.
E.g., in programming Excel I could code:

Application.Dialogs(xlDialogFormulaReplace).Show

and get the Find/Replace for Excel. Any way to program the VBE one?

Thanks,

Doug