Search:

Type: Posts; User: Mateus Guedes

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,974

    Re: Multiple msgbox appears VBA

    yeah but i will show you the rest of the app


    Private Sub Inserir_Click()
    Sheets("Visitas").Select
    Range("a2").Select

    Dim linha As Object

    Set linha = Visitas.Range("a500").End(xlUp)
  2. Replies
    8
    Views
    1,974

    Re: Multiple msgbox appears VBA

    I understand but im new in VBA and I didnt realize that i post in the wrong forum, sorry for that. So i dont know how can i do that and the color things.

    I Did that but it just work when I use the...
  3. Replies
    8
    Views
    1,974

    Multiple msgbox appears VBA

    Hello, im doing a dinamical form that use data from a table in excel and to do that I did a search button in my code and when I press this button the app should show a message asking me if i found or...
Results 1 to 3 of 3



Click Here to Expand Forum to Full Width