+ Reply to Thread
Results 1 to 3 of 3

Find/Replace built-in dialog in XP

Hybrid View

  1. #1
    kevboy
    Guest

    Find/Replace built-in dialog in XP

    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!


  2. #2
    Tom Ogilvy
    Guest

    Re: Find/Replace built-in dialog in XP

    Sub AA()
    CommandBars("Edit").Controls("Find...").Execute
    End Sub

    --
    Regards,
    Tom Ogilvy


    "kevboy" <themckinneys@gmail.com> wrote in message
    news:1135022311.609935.134900@g49g2000cwa.googlegroups.com...
    > 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!
    >




  3. #3
    kevboy
    Guest

    Re: Find/Replace built-in dialog in XP

    Tom,

    Thanks! I was trying to make it harder than it was.

    Regards,
    Kevin


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1