+ Reply to Thread
Results 1 to 5 of 5

Need Help w/ Search or Find Macro

  1. #1
    Registered User
    Join Date
    02-26-2004
    Location
    philippines
    Posts
    73

    Need Help w/ Search or Find Macro

    Guys,

    I need help with making a search or find macro.

    I need the find function to be attach to a button.

    I tried to record the find but it doesn't work.

    Can anyone help me on this ?

    Thanks!

  2. #2
    Don Guillett
    Guest

    Re: Need Help w/ Search or Find Macro

    have a look in vba help index for FIND and FINDNEXT

    --
    Don Guillett
    SalesAid Software
    dguillett1@austin.rr.com
    "japorms" <japorms.29b4q2_1150146006.4495@excelforum-nospam.com> wrote in
    message news:japorms.29b4q2_1150146006.4495@excelforum-nospam.com...
    >
    > Guys,
    >
    > I need help with making a search or find macro.
    >
    > I need the find function to be attach to a button.
    >
    > I tried to record the find but it doesn't work.
    >
    > Can anyone help me on this ?
    >
    > Thanks!
    >
    >
    > --
    > japorms
    > ------------------------------------------------------------------------
    > japorms's Profile:
    > http://www.excelforum.com/member.php...fo&userid=6544
    > View this thread: http://www.excelforum.com/showthread...hreadid=551211
    >




  3. #3
    Registered User
    Join Date
    02-26-2004
    Location
    philippines
    Posts
    73
    Hmmm...

    I think I should rephrase my request.

    Can anyone help me to make a search button instead of using ctrl F.

    there will be a button and a search bar. You will type in the search term in the search box and click on the button for it to search the sheet.


    I don't know if these will be a challenge to you guys but I'm having a hard time looking for the code for this one.

    I'd appreciate any help you can give me. Cheers!

  4. #4
    Dave Peterson
    Guest

    Re: Need Help w/ Search or Find Macro

    How about just having your button show the Edit|Find dialog?

    Option Explicit
    Sub testme03()
    Application.Dialogs(xlDialogFormulaFind).Show
    End Sub




    japorms wrote:
    >
    > Hmmm...
    >
    > I think I should rephrase my request.
    >
    > Can anyone help me to make a search button instead of using ctrl F.
    >
    > there will be a button and a search bar. You will type in the search
    > term in the search box and click on the button for it to search the
    > sheet.
    >
    > I don't know if these will be a challenge to you guys but I'm having a
    > hard time looking for the code for this one.
    >
    > I'd appreciate any help you can give me. Cheers!
    >
    > --
    > japorms
    > ------------------------------------------------------------------------
    > japorms's Profile: http://www.excelforum.com/member.php...fo&userid=6544
    > View this thread: http://www.excelforum.com/showthread...hreadid=551211


    --

    Dave Peterson

  5. #5
    Registered User
    Join Date
    02-26-2004
    Location
    philippines
    Posts
    73
    Thanks to you all

    It's working now. Just a thought, I'm thinking of just putting a search bar or box in a button instead of creating a short cut button for find.

    Do you guys know the macro for this?

    Btw, do you know where I can download a excel macro programming ebook?

    Thanks again!

+ 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