Results 1 to 6 of 6

Thread: Search form on work sheet

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Administrator Admin's Avatar
    Join Date
    Mar 2011
    Posts
    1,123
    Rep Power
    10
    Hi

    Please find attached.
    Attached Files Attached Files
    Cheers !

    Excel Range to BBCode Table
    Use Social Networking Tools If You Like the Answers !

    Message to Cross Posters

    @ Home - Office 2010/2013/2016 on Win 10 (64 bit); @ Work - Office 2016 on Win 10 (64 bit)

  2. #2
    Member Ryan_Bernal's Avatar
    Join Date
    Dec 2012
    Posts
    37
    Rep Power
    0
    Thanks Admin!
    The code you made is perfect!
    I add new lines in workbook code so that i can use the search engine and add data form in one sheet.
    here is the new code:

    Code:
    Private Sub Workbook_Open()
        Dim x
        
        x = GETSHEETS(Array("view"))
        Worksheets("view").cmbSheetName.List = x
        Worksheets("view").cmbSearchName.List = x
        
        
    End Sub
    By the way is it possible to add link on the search results so that when i click, i will go to the exact location of the searched data?

  3. #3
    Member Ryan_Bernal's Avatar
    Join Date
    Dec 2012
    Posts
    37
    Rep Power
    0
    Hello Admin,
    Just want to know how to include another text boxes (criteria). So that i can filter only the data that i want base on the criteria.

Similar Threads

  1. Replies: 1
    Last Post: 06-12-2013, 07:42 PM
  2. INPUT DATA FORM ON WORK SHEET
    By Ryan_Bernal in forum Excel Help
    Replies: 4
    Last Post: 12-30-2012, 05:56 PM
  3. Copy Row To A New Sheet If A Value Found In Adjacent Column
    By Rajesh Kr Joshi in forum Excel Help
    Replies: 4
    Last Post: 08-17-2012, 05:42 PM
  4. work book format
    By Prabhu in forum Excel Help
    Replies: 1
    Last Post: 03-25-2012, 10:33 PM
  5. Replies: 2
    Last Post: 11-17-2011, 07:49 PM

Posting Permissions

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