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
|