Find/Replace built-in dialog in XP

K

kevboy

Hi,

I am trying to write code to programmatically display the built-in
dialog to Find/Replace (using Excel XP). I tried:

Application.Dialogs(xlDialogFormulaFind).Show and
Application.Dialogs(xlDialogFormulaReplace).Show

These bring up the 97 version of the dialog, and seem to screw up the
Excel session after running it, where even manually clicking Edit ->
Find will continue to bring up the old dialog box.

Is there a way to display the XP version of the Find/Replace dialog
box?

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top