+ Reply to Thread
Results 1 to 7 of 7

Button to search

  1. #1
    Registered User
    Join Date
    10-17-2006
    Posts
    4

    Button to search

    hi all
    i have a worksheat working as telephone list to be viewed by several computers in lan...

    i have all toolbars disapering on opening of file...

    my question:
    is it possible to place a button that opens the built-in search function (the one in edit tab)??? or is it possible to make some stuff that searches the worksheat for a name???

    i need this because many users using the TAB edit-find its already to dificult

    can some one help......
    thanks

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by rmarin51
    hi all
    i have a worksheat working as telephone list to be viewed by several computers in lan...

    i have all toolbars disapering on opening of file...

    my question:
    is it possible to place a button that opens the built-in search function (the one in edit tab)??? or is it possible to make some stuff that searches the worksheat for a name???

    i need this because many users using the TAB edit-find its already to dificult

    can some one help......
    thanks
    CTRL/F ?

    ---
    Si fractum non sit, noli id reficere.

  3. #3
    Registered User
    Join Date
    10-17-2006
    Posts
    4
    ok..
    but.. is it possible to run it as the sheat opens?? i mean, i open the file and the search form apears by itself??


    i´m stuck in this.. it will show the toolbars with the file, edit, format,...

    Sub Botão2_Clique()
    '
    ' Botão2_Clique Macro
    ' Macro gravada em 17-10-2006 por OEM
    '
    ' Atalho por teclado: Ctrl+l
    '
    Application.CommandBars("Chart Menu Bar").Visible = True
    End Sub
    Last edited by rmarin51; 10-18-2006 at 01:23 PM.

  4. #4
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by rmarin51
    ok..
    but.. is it possible to run it as the sheat opens?? i mean, i open the file and the search form apears by itself??


    i´m stuck in this.. it will show the toolbars with the file, edit, format,...

    Sub Botão2_Clique()
    '
    ' Botão2_Clique Macro
    ' Macro gravada em 17-10-2006 por OEM
    '
    ' Atalho por teclado: Ctrl+l
    '
    Application.CommandBars("Chart Menu Bar").Visible = True
    End Sub
    Press Alt/F11 to open the VB code window, and select ThisWorkbook

    Copy the following code there.
    Please Login or Register  to view this content.
    hth
    ---

  5. #5
    Registered User
    Join Date
    10-17-2006
    Posts
    4
    thanks mate
    that was exactly what i wanted...

    PROBLEM:
    by itself it works but with the code to make the toolbars disapear it wont....

    pic:
    http://img246.imageshack.us/img246/2199/1zv1.jpg
    Last edited by rmarin51; 10-19-2006 at 10:57 AM. Reason: picture added

  6. #6
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by rmarin51
    thanks mate
    that was exactly what i wanted...

    PROBLEM:
    by itself it works but with the code to make the toolbars disapear it wont....

    pic:
    http://img246.imageshack.us/img246/2199/1zv1.jpg
    you have a Sub and a Private Sub both called WorkBook_Open ?

  7. #7
    Registered User
    Join Date
    10-17-2006
    Posts
    4
    fixed lol

    i´m so noob.... i just pasted the code in my existing workbook_open()
    lol

    thank you for all

+ 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